Shades of Bright Turquoise #20CFEB
Tints of Bright Turquoise #20CFEB
RGB
CMYK
RGB Variations
Color information
#20CFEB (or 0x20CFEB) is known color: Bright Turquoise. HEX triplet: 20, CF and EB. RGB value is (32,207,235). Sum of RGB (Red+Green+Blue) = 32+207+235=474 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.75% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #20CFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CFEB is #DF3014. Grayscale: #9D9D9D. Windows color (decimal): -14626837 or 15453984. OLE color: 15453984.
HSL color Cylindrical-coordinate representation of color #20CFEB: hue angle of 188.28º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CFEB is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 207 | 235 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.08 |
| HSL | 188.28º | 0.84% | 0.52% | - |
| HSV(B) | 188.28º | 0.86% | 0.92% | - |
| XYZ | 37.9 | 50.93 | 86.43 | - |
| YUV | 157.87 | 171.52 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 235 | 0.86 | 0.12 | 0 | 0.08 | 188.28 | 0.84 | 0.52 |
| Hex | 20 | CF | EB | 56 | C | 0 | 8 | BC | 54 | 34 |
| Octal | 40 | 317 | 353 | 126 | 14 | 0 | 10 | 274 | 124 | 64 |
| Binary | 100000 | 11001111 | 11101011 | 1010110 | 1100 | 0 | 1000 | 10111100 | 1010100 | 110100 |
Color Harmonies of #20CFEB
Complementary color
Monochromatic Colors of #20CFEB
Black with #20CFEB
Text Example
Text Example
White with #20CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CFEB; }
p { color: rgb(32,207,235); }
H1.HeaderClassName
{
color: #20CFEB;
}
.AnyTagClassName
{
color: #20CFEB;
}
</style>
background-color css
<style>
a { background-color: #20CFEB; }
a { background-color: rgb(32,207,235); }
div.DivClassName
{
background-color: #20CFEB;
}
.BgClassName
{
background-color: #20CFEB;
}
</style>
border-color css
<style>
span { border-color: #20CFEB; }
span { border-color: rgb(32,207,235); }
td.TdClassName
{
border-color: #20CFEB;
}
.TagClassName
{
border-color: #20CFEB;
}
</style>