Shades of Bright Turquoise #28E2EA
Tints of Bright Turquoise #28E2EA
RGB
CMYK
RGB Variations
Color information
#28E2EA (or 0x28E2EA) is known color: Bright Turquoise. HEX triplet: 28, E2 and EA. RGB value is (40,226,234). Sum of RGB (Red+Green+Blue) = 40+226+234=500 (66% of max value = 765). Red value is 40 (16.02% from 255 or 8% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #28E2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28E2EA is #D71D15. Grayscale: #ABABAB. Windows color (decimal): -14097686 or 15393320. OLE color: 15393320.
HSL color Cylindrical-coordinate representation of color #28E2EA: hue angle of 182.47º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E2EA is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 226 | 234 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.08 |
| HSL | 182.47º | 0.82% | 0.54% | - |
| HSV(B) | 182.47º | 0.83% | 0.92% | - |
| XYZ | 42.92 | 60.78 | 87.31 | - |
| YUV | 171.3 | 163.38 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 226 | 234 | 0.83 | 0.03 | 0 | 0.08 | 182.47 | 0.82 | 0.54 |
| Hex | 28 | E2 | EA | 53 | 3 | 0 | 8 | B6 | 52 | 36 |
| Octal | 50 | 342 | 352 | 123 | 3 | 0 | 10 | 266 | 122 | 66 |
| Binary | 101000 | 11100010 | 11101010 | 1010011 | 11 | 0 | 1000 | 10110110 | 1010010 | 110110 |
Color Harmonies of #28E2EA
Complementary color
Monochromatic Colors of #28E2EA
Black with #28E2EA
Text Example
Text Example
White with #28E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E2EA; }
p { color: rgb(40,226,234); }
H1.HeaderClassName
{
color: #28E2EA;
}
.AnyTagClassName
{
color: #28E2EA;
}
</style>
background-color css
<style>
a { background-color: #28E2EA; }
a { background-color: rgb(40,226,234); }
div.DivClassName
{
background-color: #28E2EA;
}
.BgClassName
{
background-color: #28E2EA;
}
</style>
border-color css
<style>
span { border-color: #28E2EA; }
span { border-color: rgb(40,226,234); }
td.TdClassName
{
border-color: #28E2EA;
}
.TagClassName
{
border-color: #28E2EA;
}
</style>