Shades of Bright Turquoise #21FFC4
Tints of Bright Turquoise #21FFC4
RGB
CMYK
RGB Variations
Color information
#21FFC4 (or 0x21FFC4) is known color: Bright Turquoise. HEX triplet: 21, FF and C4. RGB value is (33,255,196). Sum of RGB (Red+Green+Blue) = 33+255+196=484 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.82% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #21FFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FFC4 is #DE003B. Grayscale: #B5B5B5. Windows color (decimal): -14549052 or 12910369. OLE color: 12910369.
HSL color Cylindrical-coordinate representation of color #21FFC4: hue angle of 164.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FFC4 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 196 | - |
| CMYK | 0.87 | 0 | 0.23 | 0 |
| HSL | 164.05º | 1% | 0.56% | - |
| HSV(B) | 164.05º | 0.87% | 1% | - |
| XYZ | 46.35 | 75.83 | 64.42 | - |
| YUV | 181.9 | 135.95 | 21.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 196 | 0.87 | 0 | 0.23 | 0 | 164.05 | 1 | 0.56 |
| Hex | 21 | FF | C4 | 57 | 0 | 17 | 0 | A4 | 64 | 38 |
| Octal | 41 | 377 | 304 | 127 | 0 | 27 | 0 | 244 | 144 | 70 |
| Binary | 100001 | 11111111 | 11000100 | 1010111 | 0 | 10111 | 0 | 10100100 | 1100100 | 111000 |
Color Harmonies of #21FFC4
Complementary color
Monochromatic Colors of #21FFC4
Black with #21FFC4
Text Example
Text Example
White with #21FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FFC4; }
p { color: rgb(33,255,196); }
H1.HeaderClassName
{
color: #21FFC4;
}
.AnyTagClassName
{
color: #21FFC4;
}
</style>
background-color css
<style>
a { background-color: #21FFC4; }
a { background-color: rgb(33,255,196); }
div.DivClassName
{
background-color: #21FFC4;
}
.BgClassName
{
background-color: #21FFC4;
}
</style>
border-color css
<style>
span { border-color: #21FFC4; }
span { border-color: rgb(33,255,196); }
td.TdClassName
{
border-color: #21FFC4;
}
.TagClassName
{
border-color: #21FFC4;
}
</style>