Shades of Bright Turquoise #21F7DF
Tints of Bright Turquoise #21F7DF
RGB
CMYK
RGB Variations
Color information
#21F7DF (or 0x21F7DF) is known color: Bright Turquoise. HEX triplet: 21, F7 and DF. RGB value is (33,247,223). Sum of RGB (Red+Green+Blue) = 33+247+223=503 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.56% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #21F7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F7DF is #DE0820. Grayscale: #B4B4B4. Windows color (decimal): -14551073 or 14677793. OLE color: 14677793.
HSL color Cylindrical-coordinate representation of color #21F7DF: hue angle of 173.27º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F7DF is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 247 | 223 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.03 |
| HSL | 173.27º | 0.93% | 0.55% | - |
| HSV(B) | 173.27º | 0.87% | 0.97% | - |
| XYZ | 47.21 | 72.17 | 81.25 | - |
| YUV | 180.28 | 152.1 | 22.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 247 | 223 | 0.87 | 0 | 0.10 | 0.03 | 173.27 | 0.93 | 0.55 |
| Hex | 21 | F7 | DF | 57 | 0 | A | 3 | AD | 5D | 37 |
| Octal | 41 | 367 | 337 | 127 | 0 | 12 | 3 | 255 | 135 | 67 |
| Binary | 100001 | 11110111 | 11011111 | 1010111 | 0 | 1010 | 11 | 10101101 | 1011101 | 110111 |
Color Harmonies of #21F7DF
Complementary color
Monochromatic Colors of #21F7DF
Black with #21F7DF
Text Example
Text Example
White with #21F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F7DF; }
p { color: rgb(33,247,223); }
H1.HeaderClassName
{
color: #21F7DF;
}
.AnyTagClassName
{
color: #21F7DF;
}
</style>
background-color css
<style>
a { background-color: #21F7DF; }
a { background-color: rgb(33,247,223); }
div.DivClassName
{
background-color: #21F7DF;
}
.BgClassName
{
background-color: #21F7DF;
}
</style>
border-color css
<style>
span { border-color: #21F7DF; }
span { border-color: rgb(33,247,223); }
td.TdClassName
{
border-color: #21F7DF;
}
.TagClassName
{
border-color: #21F7DF;
}
</style>