Shades of Dark Turquoise #20CBCF
Tints of Dark Turquoise #20CBCF
RGB
CMYK
RGB Variations
Color information
#20CBCF (or 0x20CBCF) is known color: Dark Turquoise. HEX triplet: 20, CB and CF. RGB value is (32,203,207). Sum of RGB (Red+Green+Blue) = 32+203+207=442 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.24% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #20CBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBCF is #DF3430. Grayscale: #989898. Windows color (decimal): -14627889 or 13617952. OLE color: 13617952.
HSL color Cylindrical-coordinate representation of color #20CBCF: hue angle of 181.37º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CBCF is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 203 | 207 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.19 |
| HSL | 181.37º | 0.73% | 0.47% | - |
| HSV(B) | 181.37º | 0.85% | 0.81% | - |
| XYZ | 33.21 | 47.52 | 66.45 | - |
| YUV | 152.33 | 158.85 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 207 | 0.85 | 0.02 | 0 | 0.19 | 181.37 | 0.73 | 0.47 |
| Hex | 20 | CB | CF | 55 | 2 | 0 | 13 | B5 | 49 | 2F |
| Octal | 40 | 313 | 317 | 125 | 2 | 0 | 23 | 265 | 111 | 57 |
| Binary | 100000 | 11001011 | 11001111 | 1010101 | 10 | 0 | 10011 | 10110101 | 1001001 | 101111 |
Color Harmonies of #20CBCF
Complementary color
Monochromatic Colors of #20CBCF
Black with #20CBCF
Text Example
Text Example
White with #20CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBCF; }
p { color: rgb(32,203,207); }
H1.HeaderClassName
{
color: #20CBCF;
}
.AnyTagClassName
{
color: #20CBCF;
}
</style>
background-color css
<style>
a { background-color: #20CBCF; }
a { background-color: rgb(32,203,207); }
div.DivClassName
{
background-color: #20CBCF;
}
.BgClassName
{
background-color: #20CBCF;
}
</style>
border-color css
<style>
span { border-color: #20CBCF; }
span { border-color: rgb(32,203,207); }
td.TdClassName
{
border-color: #20CBCF;
}
.TagClassName
{
border-color: #20CBCF;
}
</style>