Shades of Turquoise Blue #6CE8DD
Tints of Turquoise Blue #6CE8DD
RGB
CMYK
RGB Variations
Color information
#6CE8DD (or 0x6CE8DD) is known color: Turquoise Blue. HEX triplet: 6C, E8 and DD. RGB value is (108,232,221). Sum of RGB (Red+Green+Blue) = 108+232+221=561 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.25% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 232 - color contains mainly: green. Hex color #6CE8DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE8DD is #931722. Grayscale: #C1C1C1. Windows color (decimal): -9639715 or 14542956. OLE color: 14542956.
HSL color Cylindrical-coordinate representation of color #6CE8DD: hue angle of 174.68º 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 #6CE8DD is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 232 | 221 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.09 |
| HSL | 174.68º | 0.73% | 0.67% | - |
| HSV(B) | 174.68º | 0.53% | 0.91% | - |
| XYZ | 48.09 | 66.12 | 78.63 | - |
| YUV | 193.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 232 | 221 | 0.53 | 0 | 0.05 | 0.09 | 174.68 | 0.73 | 0.67 |
| Hex | 6C | E8 | DD | 35 | 0 | 5 | 9 | AF | 49 | 43 |
| Octal | 154 | 350 | 335 | 65 | 0 | 5 | 11 | 257 | 111 | 103 |
| Binary | 1101100 | 11101000 | 11011101 | 110101 | 0 | 101 | 1001 | 10101111 | 1001001 | 1000011 |
Color Harmonies of #6CE8DD
Complementary color
Monochromatic Colors of #6CE8DD
Black with #6CE8DD
Text Example
Text Example
White with #6CE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE8DD; }
p { color: rgb(108,232,221); }
H1.HeaderClassName
{
color: #6CE8DD;
}
.AnyTagClassName
{
color: #6CE8DD;
}
</style>
background-color css
<style>
a { background-color: #6CE8DD; }
a { background-color: rgb(108,232,221); }
div.DivClassName
{
background-color: #6CE8DD;
}
.BgClassName
{
background-color: #6CE8DD;
}
</style>
border-color css
<style>
span { border-color: #6CE8DD; }
span { border-color: rgb(108,232,221); }
td.TdClassName
{
border-color: #6CE8DD;
}
.TagClassName
{
border-color: #6CE8DD;
}
</style>