Shades of Bright Turquoise #21EDF8
Tints of Bright Turquoise #21EDF8
RGB
CMYK
RGB Variations
Color information
#21EDF8 (or 0x21EDF8) is known color: Bright Turquoise. HEX triplet: 21, ED and F8. RGB value is (33,237,248). Sum of RGB (Red+Green+Blue) = 33+237+248=518 (68% of max value = 765). Red value is 33 (13.28% from 255 or 6.37% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #21EDF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EDF8 is #DE1207. Grayscale: #B1B1B1. Windows color (decimal): -14553608 or 16313633. OLE color: 16313633.
HSL color Cylindrical-coordinate representation of color #21EDF8: hue angle of 183.07º degrees, saturation: 0.94, 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 #21EDF8 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 237 | 248 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.03 |
| HSL | 183.07º | 0.94% | 0.55% | - |
| HSV(B) | 183.07º | 0.87% | 0.97% | - |
| XYZ | 47.85 | 67.67 | 99.35 | - |
| YUV | 177.26 | 167.91 | 25.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 248 | 0.87 | 0.04 | 0 | 0.03 | 183.07 | 0.94 | 0.55 |
| Hex | 21 | ED | F8 | 57 | 4 | 0 | 3 | B7 | 5E | 37 |
| Octal | 41 | 355 | 370 | 127 | 4 | 0 | 3 | 267 | 136 | 67 |
| Binary | 100001 | 11101101 | 11111000 | 1010111 | 100 | 0 | 11 | 10110111 | 1011110 | 110111 |
Color Harmonies of #21EDF8
Complementary color
Monochromatic Colors of #21EDF8
Black with #21EDF8
Text Example
Text Example
White with #21EDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EDF8; }
p { color: rgb(33,237,248); }
H1.HeaderClassName
{
color: #21EDF8;
}
.AnyTagClassName
{
color: #21EDF8;
}
</style>
background-color css
<style>
a { background-color: #21EDF8; }
a { background-color: rgb(33,237,248); }
div.DivClassName
{
background-color: #21EDF8;
}
.BgClassName
{
background-color: #21EDF8;
}
</style>
border-color css
<style>
span { border-color: #21EDF8; }
span { border-color: rgb(33,237,248); }
td.TdClassName
{
border-color: #21EDF8;
}
.TagClassName
{
border-color: #21EDF8;
}
</style>