Shades of Turquoise #21DFB8
Tints of Turquoise #21DFB8
RGB
CMYK
RGB Variations
Color information
#21DFB8 (or 0x21DFB8) is known color: Turquoise. HEX triplet: 21, DF and B8. RGB value is (33,223,184). Sum of RGB (Red+Green+Blue) = 33+223+184=440 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.5% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #21DFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DFB8 is #DE2047. Grayscale: #A1A1A1. Windows color (decimal): -14557256 or 12115745. OLE color: 12115745.
HSL color Cylindrical-coordinate representation of color #21DFB8: hue angle of 167.68º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DFB8 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 184 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.13 |
| HSL | 167.68º | 0.75% | 0.5% | - |
| HSV(B) | 167.68º | 0.85% | 0.87% | - |
| XYZ | 35.67 | 56.56 | 54.38 | - |
| YUV | 161.74 | 140.55 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 184 | 0.85 | 0 | 0.17 | 0.13 | 167.68 | 0.75 | 0.5 |
| Hex | 21 | DF | B8 | 55 | 0 | 11 | D | A8 | 4B | 32 |
| Octal | 41 | 337 | 270 | 125 | 0 | 21 | 15 | 250 | 113 | 62 |
| Binary | 100001 | 11011111 | 10111000 | 1010101 | 0 | 10001 | 1101 | 10101000 | 1001011 | 110010 |
Color Harmonies of #21DFB8
Complementary color
Monochromatic Colors of #21DFB8
Black with #21DFB8
Text Example
Text Example
White with #21DFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DFB8; }
p { color: rgb(33,223,184); }
H1.HeaderClassName
{
color: #21DFB8;
}
.AnyTagClassName
{
color: #21DFB8;
}
</style>
background-color css
<style>
a { background-color: #21DFB8; }
a { background-color: rgb(33,223,184); }
div.DivClassName
{
background-color: #21DFB8;
}
.BgClassName
{
background-color: #21DFB8;
}
</style>
border-color css
<style>
span { border-color: #21DFB8; }
span { border-color: rgb(33,223,184); }
td.TdClassName
{
border-color: #21DFB8;
}
.TagClassName
{
border-color: #21DFB8;
}
</style>