Shades of Bright Turquoise #21F0CC
Tints of Bright Turquoise #21F0CC
RGB
CMYK
RGB Variations
Color information
#21F0CC (or 0x21F0CC) is known color: Bright Turquoise. HEX triplet: 21, F0 and CC. RGB value is (33,240,204). Sum of RGB (Red+Green+Blue) = 33+240+204=477 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.92% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #21F0CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F0CC is #DE0F33. Grayscale: #ADADAD. Windows color (decimal): -14552884 or 13430817. OLE color: 13430817.
HSL color Cylindrical-coordinate representation of color #21F0CC: hue angle of 169.57º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F0CC is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 240 | 204 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.06 |
| HSL | 169.57º | 0.87% | 0.54% | - |
| HSV(B) | 169.57º | 0.86% | 0.94% | - |
| XYZ | 42.69 | 67 | 67.81 | - |
| YUV | 174 | 144.92 | 27.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 240 | 204 | 0.86 | 0 | 0.15 | 0.06 | 169.57 | 0.87 | 0.54 |
| Hex | 21 | F0 | CC | 56 | 0 | F | 6 | AA | 57 | 36 |
| Octal | 41 | 360 | 314 | 126 | 0 | 17 | 6 | 252 | 127 | 66 |
| Binary | 100001 | 11110000 | 11001100 | 1010110 | 0 | 1111 | 110 | 10101010 | 1010111 | 110110 |
Color Harmonies of #21F0CC
Complementary color
Monochromatic Colors of #21F0CC
Black with #21F0CC
Text Example
Text Example
White with #21F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F0CC; }
p { color: rgb(33,240,204); }
H1.HeaderClassName
{
color: #21F0CC;
}
.AnyTagClassName
{
color: #21F0CC;
}
</style>
background-color css
<style>
a { background-color: #21F0CC; }
a { background-color: rgb(33,240,204); }
div.DivClassName
{
background-color: #21F0CC;
}
.BgClassName
{
background-color: #21F0CC;
}
</style>
border-color css
<style>
span { border-color: #21F0CC; }
span { border-color: rgb(33,240,204); }
td.TdClassName
{
border-color: #21F0CC;
}
.TagClassName
{
border-color: #21F0CC;
}
</style>