#6FD5DE

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

Shades of Turquoise Blue #6FD5DE

Tints of Turquoise Blue #6FD5DE

Color information

#6FD5DE (or 0x6FD5DE) is unknown color: approx Turquoise Blue. HEX triplet: 6F, D5 and DE. RGB value is (111,213,222). Sum of RGB (Red+Green+Blue) = 111+213+222=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #6FD5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD5DE is #902A21. Grayscale: #B7B7B7. Windows color (decimal): -9447970 or 14603631. OLE color: 14603631.

HSL color Cylindrical-coordinate representation of color #6FD5DE: hue angle of 184.86º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FD5DE is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111213222-
CMYK0.50.0400.13
HSL184.86º62.71%65.29%-
HSV(B)184.86º50%87.06%-
XYZ43.5356.2477.67-
YUV183.53149.7176.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.33%
GREEN value IS 213 (83.59% from 255) = 39.01%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=20.33%
G=39.01%
B=40.66%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1112132220.50.0400.13184.8662.7165.29
Hex6FD5DE3240Db93f41
Octal15732533662401527177101
Binary1101111110101011101111011001010001101101110011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,213,222); }

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

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

 a { background-color: rgb(111,213,222); }

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

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

 span { border-color: rgb(111,213,222); }

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