Shades of Turquoise Blue #6CDBE8
Tints of Turquoise Blue #6CDBE8
RGB
CMYK
RGB Variations
Color information
#6CDBE8 (or 0x6CDBE8) is known color: Turquoise Blue. HEX triplet: 6C, DB and E8. RGB value is (108,219,232). Sum of RGB (Red+Green+Blue) = 108+219+232=559 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.32% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #6CDBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDBE8 is #932417. Grayscale: #BBBBBB. Windows color (decimal): -9643032 or 15260524. OLE color: 15260524.
HSL color Cylindrical-coordinate representation of color #6CDBE8: hue angle of 186.29º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CDBE8 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 219 | 232 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.09 |
| HSL | 186.29º | 0.73% | 0.67% | - |
| HSV(B) | 186.29º | 0.53% | 0.91% | - |
| XYZ | 46.08 | 59.68 | 85.43 | - |
| YUV | 187.29 | 153.23 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 232 | 0.53 | 0.06 | 0 | 0.09 | 186.29 | 0.73 | 0.67 |
| Hex | 6C | DB | E8 | 35 | 6 | 0 | 9 | BA | 49 | 43 |
| Octal | 154 | 333 | 350 | 65 | 6 | 0 | 11 | 272 | 111 | 103 |
| Binary | 1101100 | 11011011 | 11101000 | 110101 | 110 | 0 | 1001 | 10111010 | 1001001 | 1000011 |
Color Harmonies of #6CDBE8
Complementary color
Monochromatic Colors of #6CDBE8
Black with #6CDBE8
Text Example
Text Example
White with #6CDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBE8; }
p { color: rgb(108,219,232); }
H1.HeaderClassName
{
color: #6CDBE8;
}
.AnyTagClassName
{
color: #6CDBE8;
}
</style>
background-color css
<style>
a { background-color: #6CDBE8; }
a { background-color: rgb(108,219,232); }
div.DivClassName
{
background-color: #6CDBE8;
}
.BgClassName
{
background-color: #6CDBE8;
}
</style>
border-color css
<style>
span { border-color: #6CDBE8; }
span { border-color: rgb(108,219,232); }
td.TdClassName
{
border-color: #6CDBE8;
}
.TagClassName
{
border-color: #6CDBE8;
}
</style>