Shades of Bright Turquoise #21E6CC
Tints of Bright Turquoise #21E6CC
RGB
CMYK
RGB Variations
Color information
#21E6CC (or 0x21E6CC) is known color: Bright Turquoise. HEX triplet: 21, E6 and CC. RGB value is (33,230,204). Sum of RGB (Red+Green+Blue) = 33+230+204=467 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.07% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #21E6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E6CC is #DE1933. Grayscale: #A8A8A8. Windows color (decimal): -14555444 or 13428257. OLE color: 13428257.
HSL color Cylindrical-coordinate representation of color #21E6CC: hue angle of 172.08º 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 #21E6CC is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 204 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.10 |
| HSL | 172.08º | 0.8% | 0.52% | - |
| HSV(B) | 172.08º | 0.86% | 0.9% | - |
| XYZ | 39.82 | 61.28 | 66.86 | - |
| YUV | 168.13 | 148.23 | 31.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 204 | 0.86 | 0 | 0.11 | 0.10 | 172.08 | 0.8 | 0.52 |
| Hex | 21 | E6 | CC | 56 | 0 | B | A | AC | 50 | 34 |
| Octal | 41 | 346 | 314 | 126 | 0 | 13 | 12 | 254 | 120 | 64 |
| Binary | 100001 | 11100110 | 11001100 | 1010110 | 0 | 1011 | 1010 | 10101100 | 1010000 | 110100 |
Color Harmonies of #21E6CC
Complementary color
Monochromatic Colors of #21E6CC
Black with #21E6CC
Text Example
Text Example
White with #21E6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E6CC; }
p { color: rgb(33,230,204); }
H1.HeaderClassName
{
color: #21E6CC;
}
.AnyTagClassName
{
color: #21E6CC;
}
</style>
background-color css
<style>
a { background-color: #21E6CC; }
a { background-color: rgb(33,230,204); }
div.DivClassName
{
background-color: #21E6CC;
}
.BgClassName
{
background-color: #21E6CC;
}
</style>
border-color css
<style>
span { border-color: #21E6CC; }
span { border-color: rgb(33,230,204); }
td.TdClassName
{
border-color: #21E6CC;
}
.TagClassName
{
border-color: #21E6CC;
}
</style>