Shades of Bright Turquoise #20CFE4
Tints of Bright Turquoise #20CFE4
RGB
CMYK
RGB Variations
Color information
#20CFE4 (or 0x20CFE4) is known color: Bright Turquoise. HEX triplet: 20, CF and E4. RGB value is (32,207,228). Sum of RGB (Red+Green+Blue) = 32+207+228=467 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.85% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #20CFE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CFE4 is #DF301B. Grayscale: #9C9C9C. Windows color (decimal): -14626844 or 14995232. OLE color: 14995232.
HSL color Cylindrical-coordinate representation of color #20CFE4: hue angle of 186.43º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CFE4 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 207 | 228 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.11 |
| HSL | 186.43º | 0.78% | 0.51% | - |
| HSV(B) | 186.43º | 0.86% | 0.89% | - |
| XYZ | 36.91 | 50.53 | 81.21 | - |
| YUV | 157.07 | 168.02 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 228 | 0.86 | 0.09 | 0 | 0.11 | 186.43 | 0.78 | 0.51 |
| Hex | 20 | CF | E4 | 56 | 9 | 0 | B | BA | 4E | 33 |
| Octal | 40 | 317 | 344 | 126 | 11 | 0 | 13 | 272 | 116 | 63 |
| Binary | 100000 | 11001111 | 11100100 | 1010110 | 1001 | 0 | 1011 | 10111010 | 1001110 | 110011 |
Color Harmonies of #20CFE4
Complementary color
Monochromatic Colors of #20CFE4
Black with #20CFE4
Text Example
Text Example
White with #20CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CFE4; }
p { color: rgb(32,207,228); }
H1.HeaderClassName
{
color: #20CFE4;
}
.AnyTagClassName
{
color: #20CFE4;
}
</style>
background-color css
<style>
a { background-color: #20CFE4; }
a { background-color: rgb(32,207,228); }
div.DivClassName
{
background-color: #20CFE4;
}
.BgClassName
{
background-color: #20CFE4;
}
</style>
border-color css
<style>
span { border-color: #20CFE4; }
span { border-color: rgb(32,207,228); }
td.TdClassName
{
border-color: #20CFE4;
}
.TagClassName
{
border-color: #20CFE4;
}
</style>