Shades of Bright Turquoise #21F6D4
Tints of Bright Turquoise #21F6D4
RGB
CMYK
RGB Variations
Color information
#21F6D4 (or 0x21F6D4) is known color: Bright Turquoise. HEX triplet: 21, F6 and D4. RGB value is (33,246,212). Sum of RGB (Red+Green+Blue) = 33+246+212=491 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.72% from 491); Green value is 246 (96.48% from 255 or 50.10% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 246 - color contains mainly: green. Hex color #21F6D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F6D4 is #DE092B. Grayscale: #B2B2B2. Windows color (decimal): -14551340 or 13956641. OLE color: 13956641.
HSL color Cylindrical-coordinate representation of color #21F6D4: hue angle of 170.42º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F6D4 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 246 | 212 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.04 |
| HSL | 170.42º | 0.92% | 0.55% | - |
| HSV(B) | 170.42º | 0.87% | 0.96% | - |
| XYZ | 45.47 | 70.99 | 73.59 | - |
| YUV | 178.44 | 146.93 | 24.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 246 | 212 | 0.87 | 0 | 0.14 | 0.04 | 170.42 | 0.92 | 0.55 |
| Hex | 21 | F6 | D4 | 57 | 0 | E | 4 | AA | 5C | 37 |
| Octal | 41 | 366 | 324 | 127 | 0 | 16 | 4 | 252 | 134 | 67 |
| Binary | 100001 | 11110110 | 11010100 | 1010111 | 0 | 1110 | 100 | 10101010 | 1011100 | 110111 |
Color Harmonies of #21F6D4
Complementary color
Monochromatic Colors of #21F6D4
Black with #21F6D4
Text Example
Text Example
White with #21F6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F6D4; }
p { color: rgb(33,246,212); }
H1.HeaderClassName
{
color: #21F6D4;
}
.AnyTagClassName
{
color: #21F6D4;
}
</style>
background-color css
<style>
a { background-color: #21F6D4; }
a { background-color: rgb(33,246,212); }
div.DivClassName
{
background-color: #21F6D4;
}
.BgClassName
{
background-color: #21F6D4;
}
</style>
border-color css
<style>
span { border-color: #21F6D4; }
span { border-color: rgb(33,246,212); }
td.TdClassName
{
border-color: #21F6D4;
}
.TagClassName
{
border-color: #21F6D4;
}
</style>