Shades of Turquoise #28EECB
Tints of Turquoise #28EECB
RGB
CMYK
RGB Variations
Color information
#28EECB (or 0x28EECB) is known color: Turquoise. HEX triplet: 28, EE and CB. RGB value is (40,238,203). Sum of RGB (Red+Green+Blue) = 40+238+203=481 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.32% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #28EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EECB is #D71134. Grayscale: #AEAEAE. Windows color (decimal): -14094645 or 13364776. OLE color: 13364776.
HSL color Cylindrical-coordinate representation of color #28EECB: hue angle of 169.39º 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 #28EECB is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 238 | 203 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.07 |
| HSL | 169.39º | 0.85% | 0.55% | - |
| HSV(B) | 169.39º | 0.83% | 0.93% | - |
| XYZ | 42.23 | 65.91 | 67 | - |
| YUV | 174.81 | 143.9 | 31.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 203 | 0.83 | 0 | 0.15 | 0.07 | 169.39 | 0.85 | 0.55 |
| Hex | 28 | EE | CB | 53 | 0 | F | 7 | A9 | 55 | 37 |
| Octal | 50 | 356 | 313 | 123 | 0 | 17 | 7 | 251 | 125 | 67 |
| Binary | 101000 | 11101110 | 11001011 | 1010011 | 0 | 1111 | 111 | 10101001 | 1010101 | 110111 |
Color Harmonies of #28EECB
Complementary color
Monochromatic Colors of #28EECB
Black with #28EECB
Text Example
Text Example
White with #28EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EECB; }
p { color: rgb(40,238,203); }
H1.HeaderClassName
{
color: #28EECB;
}
.AnyTagClassName
{
color: #28EECB;
}
</style>
background-color css
<style>
a { background-color: #28EECB; }
a { background-color: rgb(40,238,203); }
div.DivClassName
{
background-color: #28EECB;
}
.BgClassName
{
background-color: #28EECB;
}
</style>
border-color css
<style>
span { border-color: #28EECB; }
span { border-color: rgb(40,238,203); }
td.TdClassName
{
border-color: #28EECB;
}
.TagClassName
{
border-color: #28EECB;
}
</style>