Shades of Turquoise Blue #6CDCE8
Tints of Turquoise Blue #6CDCE8
RGB
CMYK
RGB Variations
Color information
#6CDCE8 (or 0x6CDCE8) is known color: Turquoise Blue. HEX triplet: 6C, DC and E8. RGB value is (108,220,232). Sum of RGB (Red+Green+Blue) = 108+220+232=560 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.29% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #6CDCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDCE8 is #932317. Grayscale: #BBBBBB. Windows color (decimal): -9642776 or 15260780. OLE color: 15260780.
HSL color Cylindrical-coordinate representation of color #6CDCE8: hue angle of 185.81º 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 #6CDCE8 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 220 | 232 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.09 |
| HSL | 185.81º | 0.73% | 0.67% | - |
| HSV(B) | 185.81º | 0.53% | 0.91% | - |
| XYZ | 46.34 | 60.2 | 85.52 | - |
| YUV | 187.88 | 152.89 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 232 | 0.53 | 0.05 | 0 | 0.09 | 185.81 | 0.73 | 0.67 |
| Hex | 6C | DC | E8 | 35 | 5 | 0 | 9 | BA | 49 | 43 |
| Octal | 154 | 334 | 350 | 65 | 5 | 0 | 11 | 272 | 111 | 103 |
| Binary | 1101100 | 11011100 | 11101000 | 110101 | 101 | 0 | 1001 | 10111010 | 1001001 | 1000011 |
Color Harmonies of #6CDCE8
Complementary color
Monochromatic Colors of #6CDCE8
Black with #6CDCE8
Text Example
Text Example
White with #6CDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDCE8; }
p { color: rgb(108,220,232); }
H1.HeaderClassName
{
color: #6CDCE8;
}
.AnyTagClassName
{
color: #6CDCE8;
}
</style>
background-color css
<style>
a { background-color: #6CDCE8; }
a { background-color: rgb(108,220,232); }
div.DivClassName
{
background-color: #6CDCE8;
}
.BgClassName
{
background-color: #6CDCE8;
}
</style>
border-color css
<style>
span { border-color: #6CDCE8; }
span { border-color: rgb(108,220,232); }
td.TdClassName
{
border-color: #6CDCE8;
}
.TagClassName
{
border-color: #6CDCE8;
}
</style>