Shades of Bright Turquoise #21DFFF
Tints of Bright Turquoise #21DFFF
RGB
CMYK
RGB Variations
Color information
#21DFFF (or 0x21DFFF) is known color: Bright Turquoise. HEX triplet: 21, DF and FF. RGB value is (33,223,255). Sum of RGB (Red+Green+Blue) = 33+223+255=511 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.46% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #21DFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DFFF is #DE2000. Grayscale: #A9A9A9. Windows color (decimal): -14557185 or 16768801. OLE color: 16768801.
HSL color Cylindrical-coordinate representation of color #21DFFF: hue angle of 188.65º 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 #21DFFF is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 223 | 255 | - |
| CMYK | 0.87 | 0.13 | 0 | 0 |
| HSL | 188.65º | 1% | 0.56% | - |
| HSV(B) | 188.65º | 0.87% | 1% | - |
| XYZ | 45.06 | 60.32 | 103.88 | - |
| YUV | 169.84 | 176.05 | 30.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 255 | 0.87 | 0.13 | 0 | 0 | 188.65 | 1 | 0.56 |
| Hex | 21 | DF | FF | 57 | D | 0 | 0 | BD | 64 | 38 |
| Octal | 41 | 337 | 377 | 127 | 15 | 0 | 0 | 275 | 144 | 70 |
| Binary | 100001 | 11011111 | 11111111 | 1010111 | 1101 | 0 | 0 | 10111101 | 1100100 | 111000 |
Color Harmonies of #21DFFF
Complementary color
Monochromatic Colors of #21DFFF
Black with #21DFFF
Text Example
Text Example
White with #21DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DFFF; }
p { color: rgb(33,223,255); }
H1.HeaderClassName
{
color: #21DFFF;
}
.AnyTagClassName
{
color: #21DFFF;
}
</style>
background-color css
<style>
a { background-color: #21DFFF; }
a { background-color: rgb(33,223,255); }
div.DivClassName
{
background-color: #21DFFF;
}
.BgClassName
{
background-color: #21DFFF;
}
</style>
border-color css
<style>
span { border-color: #21DFFF; }
span { border-color: rgb(33,223,255); }
td.TdClassName
{
border-color: #21DFFF;
}
.TagClassName
{
border-color: #21DFFF;
}
</style>