#6FDAD9

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

Shades of Turquoise Blue #6FDAD9

Tints of Turquoise Blue #6FDAD9

Color information

#6FDAD9 (or 0x6FDAD9) is unknown color: approx Turquoise Blue. HEX triplet: 6F, DA and D9. RGB value is (111,218,217). Sum of RGB (Red+Green+Blue) = 111+218+217=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDAD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAD9 is #902526. Grayscale: #B9B9B9. Windows color (decimal): -9446695 or 14277231. OLE color: 14277231.

HSL color Cylindrical-coordinate representation of color #6FDAD9: hue angle of 179.44º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDAD9 is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB111218217-
CMYK0.4900.000.15
HSL179.44º59.12%64.51%-
HSV(B)179.44º49.08%85.49%-
XYZ44.1558.5374.62-
YUV185.89145.5574.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.33%
GREEN value IS 218 (85.55% from 255) = 39.93%
BLUE value IS 217 (85.16% from 255) = 39.74%
R=20.33%
G=39.93%
B=39.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1112182170.4900.000.15179.4459.1264.51
Hex6FDAD93100Fb33b41
Octal15733233161001726373101
Binary11011111101101011011001110001001111101100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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