Shades of Bright Turquoise #20CEE8
Tints of Bright Turquoise #20CEE8
RGB
CMYK
RGB Variations
Color information
#20CEE8 (or 0x20CEE8) is known color: Bright Turquoise. HEX triplet: 20, CE and E8. RGB value is (32,206,232). Sum of RGB (Red+Green+Blue) = 32+206+232=470 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.81% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #20CEE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CEE8 is #DF3117. Grayscale: #9C9C9C. Windows color (decimal): -14627096 or 15257120. OLE color: 15257120.
HSL color Cylindrical-coordinate representation of color #20CEE8: hue angle of 187.8º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CEE8 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 206 | 232 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.09 |
| HSL | 187.8º | 0.81% | 0.52% | - |
| HSV(B) | 187.8º | 0.86% | 0.91% | - |
| XYZ | 37.23 | 50.28 | 84.09 | - |
| YUV | 156.94 | 170.35 | 38.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 206 | 232 | 0.86 | 0.11 | 0 | 0.09 | 187.8 | 0.81 | 0.52 |
| Hex | 20 | CE | E8 | 56 | B | 0 | 9 | BC | 51 | 34 |
| Octal | 40 | 316 | 350 | 126 | 13 | 0 | 11 | 274 | 121 | 64 |
| Binary | 100000 | 11001110 | 11101000 | 1010110 | 1011 | 0 | 1001 | 10111100 | 1010001 | 110100 |
Color Harmonies of #20CEE8
Complementary color
Monochromatic Colors of #20CEE8
Black with #20CEE8
Text Example
Text Example
White with #20CEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CEE8; }
p { color: rgb(32,206,232); }
H1.HeaderClassName
{
color: #20CEE8;
}
.AnyTagClassName
{
color: #20CEE8;
}
</style>
background-color css
<style>
a { background-color: #20CEE8; }
a { background-color: rgb(32,206,232); }
div.DivClassName
{
background-color: #20CEE8;
}
.BgClassName
{
background-color: #20CEE8;
}
</style>
border-color css
<style>
span { border-color: #20CEE8; }
span { border-color: rgb(32,206,232); }
td.TdClassName
{
border-color: #20CEE8;
}
.TagClassName
{
border-color: #20CEE8;
}
</style>