Shades of Turquoise #21E6CB
Tints of Turquoise #21E6CB
RGB
CMYK
RGB Variations
Color information
#21E6CB (or 0x21E6CB) is known color: Turquoise. HEX triplet: 21, E6 and CB. RGB value is (33,230,203). Sum of RGB (Red+Green+Blue) = 33+230+203=466 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.08% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #21E6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E6CB is #DE1934. Grayscale: #A7A7A7. Windows color (decimal): -14555445 or 13362721. OLE color: 13362721.
HSL color Cylindrical-coordinate representation of color #21E6CB: hue angle of 171.78º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E6CB is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 203 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.10 |
| HSL | 171.78º | 0.8% | 0.52% | - |
| HSV(B) | 171.78º | 0.86% | 0.9% | - |
| XYZ | 39.7 | 61.23 | 66.23 | - |
| YUV | 168.02 | 147.73 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 203 | 0.86 | 0 | 0.12 | 0.10 | 171.78 | 0.8 | 0.52 |
| Hex | 21 | E6 | CB | 56 | 0 | C | A | AC | 50 | 34 |
| Octal | 41 | 346 | 313 | 126 | 0 | 14 | 12 | 254 | 120 | 64 |
| Binary | 100001 | 11100110 | 11001011 | 1010110 | 0 | 1100 | 1010 | 10101100 | 1010000 | 110100 |
Color Harmonies of #21E6CB
Complementary color
Monochromatic Colors of #21E6CB
Black with #21E6CB
Text Example
Text Example
White with #21E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E6CB; }
p { color: rgb(33,230,203); }
H1.HeaderClassName
{
color: #21E6CB;
}
.AnyTagClassName
{
color: #21E6CB;
}
</style>
background-color css
<style>
a { background-color: #21E6CB; }
a { background-color: rgb(33,230,203); }
div.DivClassName
{
background-color: #21E6CB;
}
.BgClassName
{
background-color: #21E6CB;
}
</style>
border-color css
<style>
span { border-color: #21E6CB; }
span { border-color: rgb(33,230,203); }
td.TdClassName
{
border-color: #21E6CB;
}
.TagClassName
{
border-color: #21E6CB;
}
</style>