Shades of Turquoise #28EECA
Tints of Turquoise #28EECA
RGB
CMYK
RGB Variations
Color information
#28EECA (or 0x28EECA) is known color: Turquoise. HEX triplet: 28, EE and CA. RGB value is (40,238,202). Sum of RGB (Red+Green+Blue) = 40+238+202=480 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.33% from 480); Green value is 238 (93.36% from 255 or 49.58% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 238 - color contains mainly: green. Hex color #28EECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EECA is #D71135. Grayscale: #AEAEAE. Windows color (decimal): -14094646 or 13299240. OLE color: 13299240.
HSL color Cylindrical-coordinate representation of color #28EECA: hue angle of 169.09º 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 #28EECA is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 202 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.07 |
| HSL | 169.09º | 0.85% | 0.55% | - |
| HSV(B) | 169.09º | 0.83% | 0.93% | - |
| XYZ | 42.11 | 65.86 | 66.37 | - |
| YUV | 174.69 | 143.4 | 31.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 202 | 0.83 | 0 | 0.15 | 0.07 | 169.09 | 0.85 | 0.55 |
| Hex | 28 | EE | CA | 53 | 0 | F | 7 | A9 | 55 | 37 |
| Octal | 50 | 356 | 312 | 123 | 0 | 17 | 7 | 251 | 125 | 67 |
| Binary | 101000 | 11101110 | 11001010 | 1010011 | 0 | 1111 | 111 | 10101001 | 1010101 | 110111 |
Color Harmonies of #28EECA
Complementary color
Monochromatic Colors of #28EECA
Black with #28EECA
Text Example
Text Example
White with #28EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EECA; }
p { color: rgb(40,238,202); }
H1.HeaderClassName
{
color: #28EECA;
}
.AnyTagClassName
{
color: #28EECA;
}
</style>
background-color css
<style>
a { background-color: #28EECA; }
a { background-color: rgb(40,238,202); }
div.DivClassName
{
background-color: #28EECA;
}
.BgClassName
{
background-color: #28EECA;
}
</style>
border-color css
<style>
span { border-color: #28EECA; }
span { border-color: rgb(40,238,202); }
td.TdClassName
{
border-color: #28EECA;
}
.TagClassName
{
border-color: #28EECA;
}
</style>