Shades of Bright Turquoise #28EAEA
Tints of Bright Turquoise #28EAEA
RGB
CMYK
RGB Variations
Color information
#28EAEA (or 0x28EAEA) is known color: Bright Turquoise. HEX triplet: 28, EA and EA. RGB value is (40,234,234). Sum of RGB (Red+Green+Blue) = 40+234+234=508 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.87% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #28EAEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EAEA is #D71515. Grayscale: #AFAFAF. Windows color (decimal): -14095638 or 15395368. OLE color: 15395368.
HSL color Cylindrical-coordinate representation of color #28EAEA: hue angle of 180º 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 #28EAEA is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 234 | 234 | - |
| CMYK | 0.83 | 0 | 0 | 0.08 |
| HSL | 180º | 0.82% | 0.54% | - |
| HSV(B) | 180º | 0.83% | 0.92% | - |
| XYZ | 45.15 | 65.24 | 88.05 | - |
| YUV | 175.99 | 160.73 | 31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 234 | 0.83 | 0 | 0 | 0.08 | 180 | 0.82 | 0.54 |
| Hex | 28 | EA | EA | 53 | 0 | 0 | 8 | B4 | 52 | 36 |
| Octal | 50 | 352 | 352 | 123 | 0 | 0 | 10 | 264 | 122 | 66 |
| Binary | 101000 | 11101010 | 11101010 | 1010011 | 0 | 0 | 1000 | 10110100 | 1010010 | 110110 |
Color Harmonies of #28EAEA
Complementary color
Monochromatic Colors of #28EAEA
Black with #28EAEA
Text Example
Text Example
White with #28EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EAEA; }
p { color: rgb(40,234,234); }
H1.HeaderClassName
{
color: #28EAEA;
}
.AnyTagClassName
{
color: #28EAEA;
}
</style>
background-color css
<style>
a { background-color: #28EAEA; }
a { background-color: rgb(40,234,234); }
div.DivClassName
{
background-color: #28EAEA;
}
.BgClassName
{
background-color: #28EAEA;
}
</style>
border-color css
<style>
span { border-color: #28EAEA; }
span { border-color: rgb(40,234,234); }
td.TdClassName
{
border-color: #28EAEA;
}
.TagClassName
{
border-color: #28EAEA;
}
</style>