#6CD8DD

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

Shades of Turquoise Blue #6CD8DD

Tints of Turquoise Blue #6CD8DD

Color information

#6CD8DD (or 0x6CD8DD) is unknown color: approx Turquoise Blue. HEX triplet: 6C, D8 and DD. RGB value is (108,216,221). Sum of RGB (Red+Green+Blue) = 108+216+221=545 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.82% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CD8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD8DD is #932722. Grayscale: #B8B8B8. Windows color (decimal): -9643811 or 14538860. OLE color: 14538860.

HSL color Cylindrical-coordinate representation of color #6CD8DD: hue angle of 182.65º 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 #6CD8DD is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB108216221-
CMYK0.510.0200.13
HSL182.65º62.43%64.51%-
HSV(B)182.65º51.13%86.67%-
XYZ43.7957.5277.2-
YUV184.28148.7273.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.82%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=19.82%
G=39.63%
B=40.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1082162210.510.0200.13182.6562.4364.51
Hex6CD8DD3320Db73e41
Octal15433033563201526776101
Binary110110011011000110111011100111001101101101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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