Shades of Bright Turquoise #28EEE2
Tints of Bright Turquoise #28EEE2
RGB
CMYK
RGB Variations
Color information
#28EEE2 (or 0x28EEE2) is known color: Bright Turquoise. HEX triplet: 28, EE and E2. RGB value is (40,238,226). Sum of RGB (Red+Green+Blue) = 40+238+226=504 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.94% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #28EEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EEE2 is #D7111D. Grayscale: #B1B1B1. Windows color (decimal): -14094622 or 14872104. OLE color: 14872104.
HSL color Cylindrical-coordinate representation of color #28EEE2: hue angle of 176.36º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EEE2 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 226 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.07 |
| HSL | 176.36º | 0.85% | 0.55% | - |
| HSV(B) | 176.36º | 0.83% | 0.93% | - |
| XYZ | 45.18 | 67.09 | 82.52 | - |
| YUV | 177.43 | 155.4 | 29.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 226 | 0.83 | 0 | 0.05 | 0.07 | 176.36 | 0.85 | 0.55 |
| Hex | 28 | EE | E2 | 53 | 0 | 5 | 7 | B0 | 55 | 37 |
| Octal | 50 | 356 | 342 | 123 | 0 | 5 | 7 | 260 | 125 | 67 |
| Binary | 101000 | 11101110 | 11100010 | 1010011 | 0 | 101 | 111 | 10110000 | 1010101 | 110111 |
Color Harmonies of #28EEE2
Complementary color
Monochromatic Colors of #28EEE2
Black with #28EEE2
Text Example
Text Example
White with #28EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EEE2; }
p { color: rgb(40,238,226); }
H1.HeaderClassName
{
color: #28EEE2;
}
.AnyTagClassName
{
color: #28EEE2;
}
</style>
background-color css
<style>
a { background-color: #28EEE2; }
a { background-color: rgb(40,238,226); }
div.DivClassName
{
background-color: #28EEE2;
}
.BgClassName
{
background-color: #28EEE2;
}
</style>
border-color css
<style>
span { border-color: #28EEE2; }
span { border-color: rgb(40,238,226); }
td.TdClassName
{
border-color: #28EEE2;
}
.TagClassName
{
border-color: #28EEE2;
}
</style>