Shades of Turquoise #28EFE0
Tints of Turquoise #28EFE0
RGB
CMYK
RGB Variations
Color information
#28EFE0 (or 0x28EFE0) is known color: Turquoise. HEX triplet: 28, EF and E0. RGB value is (40,239,224). Sum of RGB (Red+Green+Blue) = 40+239+224=503 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.95% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EFE0 is #D7101F. Grayscale: #B1B1B1. Windows color (decimal): -14094368 or 14741288. OLE color: 14741288.
HSL color Cylindrical-coordinate representation of color #28EFE0: hue angle of 175.48º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EFE0 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 239 | 224 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.06 |
| HSL | 175.48º | 0.86% | 0.55% | - |
| HSV(B) | 175.48º | 0.83% | 0.94% | - |
| XYZ | 45.2 | 67.57 | 81.18 | - |
| YUV | 177.79 | 154.07 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 239 | 224 | 0.83 | 0 | 0.06 | 0.06 | 175.48 | 0.86 | 0.55 |
| Hex | 28 | EF | E0 | 53 | 0 | 6 | 6 | AF | 56 | 37 |
| Octal | 50 | 357 | 340 | 123 | 0 | 6 | 6 | 257 | 126 | 67 |
| Binary | 101000 | 11101111 | 11100000 | 1010011 | 0 | 110 | 110 | 10101111 | 1010110 | 110111 |
Color Harmonies of #28EFE0
Complementary color
Monochromatic Colors of #28EFE0
Black with #28EFE0
Text Example
Text Example
White with #28EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EFE0; }
p { color: rgb(40,239,224); }
H1.HeaderClassName
{
color: #28EFE0;
}
.AnyTagClassName
{
color: #28EFE0;
}
</style>
background-color css
<style>
a { background-color: #28EFE0; }
a { background-color: rgb(40,239,224); }
div.DivClassName
{
background-color: #28EFE0;
}
.BgClassName
{
background-color: #28EFE0;
}
</style>
border-color css
<style>
span { border-color: #28EFE0; }
span { border-color: rgb(40,239,224); }
td.TdClassName
{
border-color: #28EFE0;
}
.TagClassName
{
border-color: #28EFE0;
}
</style>