Shades of Turquoise #28EECC
Tints of Turquoise #28EECC
RGB
CMYK
RGB Variations
Color information
#28EECC (or 0x28EECC) is known color: Turquoise. HEX triplet: 28, EE and CC. RGB value is (40,238,204). Sum of RGB (Red+Green+Blue) = 40+238+204=482 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.30% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #28EECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EECC is #D71133. Grayscale: #AEAEAE. Windows color (decimal): -14094644 or 13430312. OLE color: 13430312.
HSL color Cylindrical-coordinate representation of color #28EECC: hue angle of 169.7º 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 #28EECC is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 204 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.07 |
| HSL | 169.7º | 0.85% | 0.55% | - |
| HSV(B) | 169.7º | 0.83% | 0.93% | - |
| XYZ | 42.35 | 65.96 | 67.63 | - |
| YUV | 174.92 | 144.4 | 31.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 204 | 0.83 | 0 | 0.14 | 0.07 | 169.7 | 0.85 | 0.55 |
| Hex | 28 | EE | CC | 53 | 0 | E | 7 | AA | 55 | 37 |
| Octal | 50 | 356 | 314 | 123 | 0 | 16 | 7 | 252 | 125 | 67 |
| Binary | 101000 | 11101110 | 11001100 | 1010011 | 0 | 1110 | 111 | 10101010 | 1010101 | 110111 |
Color Harmonies of #28EECC
Complementary color
Monochromatic Colors of #28EECC
Black with #28EECC
Text Example
Text Example
White with #28EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EECC; }
p { color: rgb(40,238,204); }
H1.HeaderClassName
{
color: #28EECC;
}
.AnyTagClassName
{
color: #28EECC;
}
</style>
background-color css
<style>
a { background-color: #28EECC; }
a { background-color: rgb(40,238,204); }
div.DivClassName
{
background-color: #28EECC;
}
.BgClassName
{
background-color: #28EECC;
}
</style>
border-color css
<style>
span { border-color: #28EECC; }
span { border-color: rgb(40,238,204); }
td.TdClassName
{
border-color: #28EECC;
}
.TagClassName
{
border-color: #28EECC;
}
</style>