Shades of Bright Turquoise #21DEFC
Tints of Bright Turquoise #21DEFC
RGB
CMYK
RGB Variations
Color information
#21DEFC (or 0x21DEFC) is known color: Bright Turquoise. HEX triplet: 21, DE and FC. RGB value is (33,222,252). Sum of RGB (Red+Green+Blue) = 33+222+252=507 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.51% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #21DEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DEFC is #DE2103. Grayscale: #A8A8A8. Windows color (decimal): -14557444 or 16571937. OLE color: 16571937.
HSL color Cylindrical-coordinate representation of color #21DEFC: hue angle of 188.22º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21DEFC is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 222 | 252 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.01 |
| HSL | 188.22º | 0.97% | 0.56% | - |
| HSV(B) | 188.22º | 0.87% | 0.99% | - |
| XYZ | 44.32 | 59.59 | 101.26 | - |
| YUV | 168.91 | 174.88 | 31.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 252 | 0.87 | 0.12 | 0 | 0.01 | 188.22 | 0.97 | 0.56 |
| Hex | 21 | DE | FC | 57 | C | 0 | 1 | BC | 61 | 38 |
| Octal | 41 | 336 | 374 | 127 | 14 | 0 | 1 | 274 | 141 | 70 |
| Binary | 100001 | 11011110 | 11111100 | 1010111 | 1100 | 0 | 1 | 10111100 | 1100001 | 111000 |
Color Harmonies of #21DEFC
Complementary color
Monochromatic Colors of #21DEFC
Black with #21DEFC
Text Example
Text Example
White with #21DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DEFC; }
p { color: rgb(33,222,252); }
H1.HeaderClassName
{
color: #21DEFC;
}
.AnyTagClassName
{
color: #21DEFC;
}
</style>
background-color css
<style>
a { background-color: #21DEFC; }
a { background-color: rgb(33,222,252); }
div.DivClassName
{
background-color: #21DEFC;
}
.BgClassName
{
background-color: #21DEFC;
}
</style>
border-color css
<style>
span { border-color: #21DEFC; }
span { border-color: rgb(33,222,252); }
td.TdClassName
{
border-color: #21DEFC;
}
.TagClassName
{
border-color: #21DEFC;
}
</style>