#6CDDD9

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

Shades of Turquoise Blue #6CDDD9

Tints of Turquoise Blue #6CDDD9

Color information

#6CDDD9 (or 0x6CDDD9) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DD and D9. RGB value is (108,221,217). Sum of RGB (Red+Green+Blue) = 108+221+217=546 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.78% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDD9 is #932226. Grayscale: #BABABA. Windows color (decimal): -9642535 or 14277996. OLE color: 14277996.

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

Color convert

RGB108221217-
CMYK0.5100.020.13
HSL177.88º62.43%64.51%-
HSV(B)177.88º51.13%86.67%-
XYZ44.5759.9174.86-
YUV186.76145.0671.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.78%
GREEN value IS 221 (86.72% from 255) = 40.48%
BLUE value IS 217 (85.16% from 255) = 39.74%
R=19.78%
G=40.48%
B=39.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1082212170.5100.020.13177.8862.4364.51
Hex6CDDD93302Db23e41
Octal15433533163021526276101
Binary110110011011101110110011100110101101101100101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,221,217); }

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

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

 a { background-color: rgb(108,221,217); }

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

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

 span { border-color: rgb(108,221,217); }

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