Shades of Bright Turquoise #28F2E0
Tints of Bright Turquoise #28F2E0
RGB
CMYK
RGB Variations
Color information
#28F2E0 (or 0x28F2E0) is known color: Bright Turquoise. HEX triplet: 28, F2 and E0. RGB value is (40,242,224). Sum of RGB (Red+Green+Blue) = 40+242+224=506 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.91% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #28F2E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F2E0 is #D70D1F. Grayscale: #B3B3B3. Windows color (decimal): -14093600 or 14742056. OLE color: 14742056.
HSL color Cylindrical-coordinate representation of color #28F2E0: hue angle of 174.65º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F2E0 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 224 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.05 |
| HSL | 174.65º | 0.89% | 0.55% | - |
| HSV(B) | 174.65º | 0.83% | 0.95% | - |
| XYZ | 46.08 | 69.34 | 81.48 | - |
| YUV | 179.55 | 153.08 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 224 | 0.83 | 0 | 0.07 | 0.05 | 174.65 | 0.89 | 0.55 |
| Hex | 28 | F2 | E0 | 53 | 0 | 7 | 5 | AF | 59 | 37 |
| Octal | 50 | 362 | 340 | 123 | 0 | 7 | 5 | 257 | 131 | 67 |
| Binary | 101000 | 11110010 | 11100000 | 1010011 | 0 | 111 | 101 | 10101111 | 1011001 | 110111 |
Color Harmonies of #28F2E0
Complementary color
Monochromatic Colors of #28F2E0
Black with #28F2E0
Text Example
Text Example
White with #28F2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F2E0; }
p { color: rgb(40,242,224); }
H1.HeaderClassName
{
color: #28F2E0;
}
.AnyTagClassName
{
color: #28F2E0;
}
</style>
background-color css
<style>
a { background-color: #28F2E0; }
a { background-color: rgb(40,242,224); }
div.DivClassName
{
background-color: #28F2E0;
}
.BgClassName
{
background-color: #28F2E0;
}
</style>
border-color css
<style>
span { border-color: #28F2E0; }
span { border-color: rgb(40,242,224); }
td.TdClassName
{
border-color: #28F2E0;
}
.TagClassName
{
border-color: #28F2E0;
}
</style>