#6fdffe

Color #6FDFFE Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6FDFFE

Tints of Turquoise Blue #6FDFFE

Color information

#6FDFFE (or 0x6FDFFE) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DF and FE. RGB value is (111,223,254). Sum of RGB (Red+Green+Blue) = 111+223+254=588 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.88% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FDFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFFE is #902001. Grayscale: #C0C0C0. Windows color (decimal): -9445378 or 16703343. OLE color: 16703343.

HSL color Cylindrical-coordinate representation of color #6FDFFE: hue angle of 193.01º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDFFE is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB111223254-
CMYK0.560.1200.00
HSL193.01º98.62%71.57%-
HSV(B)193.01º56.3%99.61%-
XYZ50.8363.31103.31-
YUV193.05162.3969.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 18.88%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=18.88%
G=37.93%
B=43.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1112232540.560.1200.00193.0198.6271.57
Hex6FDFFE38C00c16348
Octal157337376701400301143110
Binary110111111011111111111101110001100001100000111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fdffe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6fdffe; }

 p { color: rgb(111,223,254); }

 H1.HeaderClassName
 {
   color: #6fdffe;
 }
 .AnyTagClassName
 {
   color: #6fdffe;
 }
</style>
background-color css

<style>
 a { background-color: #6fdffe; }

 a { background-color: rgb(111,223,254); }

 div.DivClassName
 {
   background-color: #6fdffe;
 }
 .BgClassName
 {
   background-color: #6fdffe;
 }
</style>
border-color css

<style>
 span { border-color: #6fdffe; }

 span { border-color: rgb(111,223,254); }

 td.TdClassName
 {
   border-color: #6fdffe;
 }
 .TagClassName
 {
   border-color: #6fdffe;
 }
</style>