Shades of Turquoise #21D7CF
Tints of Turquoise #21D7CF
RGB
CMYK
RGB Variations
Color information
#21D7CF (or 0x21D7CF) is known color: Turquoise. HEX triplet: 21, D7 and CF. RGB value is (33,215,207). Sum of RGB (Red+Green+Blue) = 33+215+207=455 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.25% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 215 - color contains mainly: green. Hex color #21D7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D7CF is #DE2830. Grayscale: #9F9F9F. Windows color (decimal): -14559281 or 13621025. OLE color: 13621025.
HSL color Cylindrical-coordinate representation of color #21D7CF: hue angle of 177.36º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D7CF is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 215 | 207 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.16 |
| HSL | 177.36º | 0.73% | 0.49% | - |
| HSV(B) | 177.36º | 0.85% | 0.84% | - |
| XYZ | 36.19 | 53.43 | 67.44 | - |
| YUV | 159.67 | 154.7 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 215 | 207 | 0.85 | 0 | 0.04 | 0.16 | 177.36 | 0.73 | 0.49 |
| Hex | 21 | D7 | CF | 55 | 0 | 4 | 10 | B1 | 49 | 31 |
| Octal | 41 | 327 | 317 | 125 | 0 | 4 | 20 | 261 | 111 | 61 |
| Binary | 100001 | 11010111 | 11001111 | 1010101 | 0 | 100 | 10000 | 10110001 | 1001001 | 110001 |
Color Harmonies of #21D7CF
Complementary color
Monochromatic Colors of #21D7CF
Black with #21D7CF
Text Example
Text Example
White with #21D7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D7CF; }
p { color: rgb(33,215,207); }
H1.HeaderClassName
{
color: #21D7CF;
}
.AnyTagClassName
{
color: #21D7CF;
}
</style>
background-color css
<style>
a { background-color: #21D7CF; }
a { background-color: rgb(33,215,207); }
div.DivClassName
{
background-color: #21D7CF;
}
.BgClassName
{
background-color: #21D7CF;
}
</style>
border-color css
<style>
span { border-color: #21D7CF; }
span { border-color: rgb(33,215,207); }
td.TdClassName
{
border-color: #21D7CF;
}
.TagClassName
{
border-color: #21D7CF;
}
</style>