Shades of Bright Turquoise #21EFF0
Tints of Bright Turquoise #21EFF0
RGB
CMYK
RGB Variations
Color information
#21EFF0 (or 0x21EFF0) is known color: Bright Turquoise. HEX triplet: 21, EF and F0. RGB value is (33,239,240). Sum of RGB (Red+Green+Blue) = 33+239+240=512 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.45% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #21EFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EFF0 is #DE100F. Grayscale: #B1B1B1. Windows color (decimal): -14553104 or 15789857. OLE color: 15789857.
HSL color Cylindrical-coordinate representation of color #21EFF0: hue angle of 180.29º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EFF0 is Cyan = 0.86, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 239 | 240 | - |
| CMYK | 0.86 | 0.00 | 0 | 0.06 |
| HSL | 180.29º | 0.87% | 0.54% | - |
| HSV(B) | 180.29º | 0.86% | 0.94% | - |
| XYZ | 47.22 | 68.35 | 93.14 | - |
| YUV | 177.52 | 163.25 | 24.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 239 | 240 | 0.86 | 0.00 | 0 | 0.06 | 180.29 | 0.87 | 0.54 |
| Hex | 21 | EF | F0 | 56 | 0 | 0 | 6 | B4 | 57 | 36 |
| Octal | 41 | 357 | 360 | 126 | 0 | 0 | 6 | 264 | 127 | 66 |
| Binary | 100001 | 11101111 | 11110000 | 1010110 | 0 | 0 | 110 | 10110100 | 1010111 | 110110 |
Color Harmonies of #21EFF0
Complementary color
Monochromatic Colors of #21EFF0
Black with #21EFF0
Text Example
Text Example
White with #21EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EFF0; }
p { color: rgb(33,239,240); }
H1.HeaderClassName
{
color: #21EFF0;
}
.AnyTagClassName
{
color: #21EFF0;
}
</style>
background-color css
<style>
a { background-color: #21EFF0; }
a { background-color: rgb(33,239,240); }
div.DivClassName
{
background-color: #21EFF0;
}
.BgClassName
{
background-color: #21EFF0;
}
</style>
border-color css
<style>
span { border-color: #21EFF0; }
span { border-color: rgb(33,239,240); }
td.TdClassName
{
border-color: #21EFF0;
}
.TagClassName
{
border-color: #21EFF0;
}
</style>