Shades of Bright Turquoise #21EFE7
Tints of Bright Turquoise #21EFE7
RGB
CMYK
RGB Variations
Color information
#21EFE7 (or 0x21EFE7) is known color: Bright Turquoise. HEX triplet: 21, EF and E7. RGB value is (33,239,231). Sum of RGB (Red+Green+Blue) = 33+239+231=503 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.56% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #21EFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EFE7 is #DE1018. Grayscale: #B0B0B0. Windows color (decimal): -14553113 or 15200033. OLE color: 15200033.
HSL color Cylindrical-coordinate representation of color #21EFE7: hue angle of 177.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EFE7 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 239 | 231 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.06 |
| HSL | 177.67º | 0.87% | 0.53% | - |
| HSV(B) | 177.67º | 0.86% | 0.94% | - |
| XYZ | 45.92 | 67.83 | 86.27 | - |
| YUV | 176.49 | 158.75 | 25.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 239 | 231 | 0.86 | 0 | 0.03 | 0.06 | 177.67 | 0.87 | 0.53 |
| Hex | 21 | EF | E7 | 56 | 0 | 3 | 6 | B2 | 57 | 35 |
| Octal | 41 | 357 | 347 | 126 | 0 | 3 | 6 | 262 | 127 | 65 |
| Binary | 100001 | 11101111 | 11100111 | 1010110 | 0 | 11 | 110 | 10110010 | 1010111 | 110101 |
Color Harmonies of #21EFE7
Complementary color
Monochromatic Colors of #21EFE7
Black with #21EFE7
Text Example
Text Example
White with #21EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EFE7; }
p { color: rgb(33,239,231); }
H1.HeaderClassName
{
color: #21EFE7;
}
.AnyTagClassName
{
color: #21EFE7;
}
</style>
background-color css
<style>
a { background-color: #21EFE7; }
a { background-color: rgb(33,239,231); }
div.DivClassName
{
background-color: #21EFE7;
}
.BgClassName
{
background-color: #21EFE7;
}
</style>
border-color css
<style>
span { border-color: #21EFE7; }
span { border-color: rgb(33,239,231); }
td.TdClassName
{
border-color: #21EFE7;
}
.TagClassName
{
border-color: #21EFE7;
}
</style>