Shades of Bright Turquoise #21E7CF
Tints of Bright Turquoise #21E7CF
RGB
CMYK
RGB Variations
Color information
#21E7CF (or 0x21E7CF) is known color: Bright Turquoise. HEX triplet: 21, E7 and CF. RGB value is (33,231,207). Sum of RGB (Red+Green+Blue) = 33+231+207=471 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.01% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #21E7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E7CF is #DE1830. Grayscale: #A8A8A8. Windows color (decimal): -14555185 or 13625121. OLE color: 13625121.
HSL color Cylindrical-coordinate representation of color #21E7CF: hue angle of 172.73º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E7CF is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 231 | 207 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.09 |
| HSL | 172.73º | 0.8% | 0.52% | - |
| HSV(B) | 172.73º | 0.86% | 0.91% | - |
| XYZ | 40.47 | 61.98 | 68.86 | - |
| YUV | 169.06 | 149.4 | 30.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 231 | 207 | 0.86 | 0 | 0.10 | 0.09 | 172.73 | 0.8 | 0.52 |
| Hex | 21 | E7 | CF | 56 | 0 | A | 9 | AD | 50 | 34 |
| Octal | 41 | 347 | 317 | 126 | 0 | 12 | 11 | 255 | 120 | 64 |
| Binary | 100001 | 11100111 | 11001111 | 1010110 | 0 | 1010 | 1001 | 10101101 | 1010000 | 110100 |
Color Harmonies of #21E7CF
Complementary color
Monochromatic Colors of #21E7CF
Black with #21E7CF
Text Example
Text Example
White with #21E7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E7CF; }
p { color: rgb(33,231,207); }
H1.HeaderClassName
{
color: #21E7CF;
}
.AnyTagClassName
{
color: #21E7CF;
}
</style>
background-color css
<style>
a { background-color: #21E7CF; }
a { background-color: rgb(33,231,207); }
div.DivClassName
{
background-color: #21E7CF;
}
.BgClassName
{
background-color: #21E7CF;
}
</style>
border-color css
<style>
span { border-color: #21E7CF; }
span { border-color: rgb(33,231,207); }
td.TdClassName
{
border-color: #21E7CF;
}
.TagClassName
{
border-color: #21E7CF;
}
</style>