Shades of Dark Turquoise #20CBD2
Tints of Dark Turquoise #20CBD2
RGB
CMYK
RGB Variations
Color information
#20CBD2 (or 0x20CBD2) is known color: Dark Turquoise. HEX triplet: 20, CB and D2. RGB value is (32,203,210). Sum of RGB (Red+Green+Blue) = 32+203+210=445 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.19% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 210 - color contains mainly: blue. Hex color #20CBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBD2 is #DF342D. Grayscale: #989898. Windows color (decimal): -14627886 or 13814560. OLE color: 13814560.
HSL color Cylindrical-coordinate representation of color #20CBD2: hue angle of 182.36º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CBD2 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 203 | 210 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.18 |
| HSL | 182.36º | 0.74% | 0.47% | - |
| HSV(B) | 182.36º | 0.85% | 0.82% | - |
| XYZ | 33.58 | 47.67 | 68.4 | - |
| YUV | 152.67 | 160.35 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 210 | 0.85 | 0.03 | 0 | 0.18 | 182.36 | 0.74 | 0.47 |
| Hex | 20 | CB | D2 | 55 | 3 | 0 | 12 | B6 | 4A | 2F |
| Octal | 40 | 313 | 322 | 125 | 3 | 0 | 22 | 266 | 112 | 57 |
| Binary | 100000 | 11001011 | 11010010 | 1010101 | 11 | 0 | 10010 | 10110110 | 1001010 | 101111 |
Color Harmonies of #20CBD2
Complementary color
Monochromatic Colors of #20CBD2
Black with #20CBD2
Text Example
Text Example
White with #20CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CBD2; }
p { color: rgb(32,203,210); }
H1.HeaderClassName
{
color: #20CBD2;
}
.AnyTagClassName
{
color: #20CBD2;
}
</style>
background-color css
<style>
a { background-color: #20CBD2; }
a { background-color: rgb(32,203,210); }
div.DivClassName
{
background-color: #20CBD2;
}
.BgClassName
{
background-color: #20CBD2;
}
</style>
border-color css
<style>
span { border-color: #20CBD2; }
span { border-color: rgb(32,203,210); }
td.TdClassName
{
border-color: #20CBD2;
}
.TagClassName
{
border-color: #20CBD2;
}
</style>