#6FDAF6

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

Shades of Turquoise Blue #6FDAF6

Tints of Turquoise Blue #6FDAF6

Color information

#6FDAF6 (or 0x6FDAF6) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DA and F6. RGB value is (111,218,246). Sum of RGB (Red+Green+Blue) = 111+218+246=575 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.30% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #6FDAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDAF6 is #902509. Grayscale: #BCBCBC. Windows color (decimal): -9446666 or 16177775. OLE color: 16177775.

HSL color Cylindrical-coordinate representation of color #6FDAF6: hue angle of 192.44º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FDAF6 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB111218246-
CMYK0.550.1100.04
HSL192.44º88.24%70%-
HSV(B)192.44º54.88%96.47%-
XYZ48.2660.1896.26-
YUV189.2160.0572.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.30%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 246 (96.48% from 255) = 42.78%
R=19.30%
G=37.91%
B=42.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1112182460.550.1100.04192.4488.2470
Hex6FDAF637B04c05846
Octal157332366671304300130106
Binary11011111101101011110110110111101101001100000010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,218,246); }

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

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

 a { background-color: rgb(111,218,246); }

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

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

 span { border-color: rgb(111,218,246); }

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