Shades of Turquoise #28EFD5
Tints of Turquoise #28EFD5
RGB
CMYK
RGB Variations
Color information
#28EFD5 (or 0x28EFD5) is known color: Turquoise. HEX triplet: 28, EF and D5. RGB value is (40,239,213). Sum of RGB (Red+Green+Blue) = 40+239+213=492 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.13% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EFD5 is #D7102A. Grayscale: #B0B0B0. Windows color (decimal): -14094379 or 14020392. OLE color: 14020392.
HSL color Cylindrical-coordinate representation of color #28EFD5: hue angle of 172.16º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EFD5 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 239 | 213 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.06 |
| HSL | 172.16º | 0.86% | 0.55% | - |
| HSV(B) | 172.16º | 0.83% | 0.94% | - |
| XYZ | 43.75 | 66.99 | 73.57 | - |
| YUV | 176.54 | 148.57 | 30.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 239 | 213 | 0.83 | 0 | 0.11 | 0.06 | 172.16 | 0.86 | 0.55 |
| Hex | 28 | EF | D5 | 53 | 0 | B | 6 | AC | 56 | 37 |
| Octal | 50 | 357 | 325 | 123 | 0 | 13 | 6 | 254 | 126 | 67 |
| Binary | 101000 | 11101111 | 11010101 | 1010011 | 0 | 1011 | 110 | 10101100 | 1010110 | 110111 |
Color Harmonies of #28EFD5
Complementary color
Monochromatic Colors of #28EFD5
Black with #28EFD5
Text Example
Text Example
White with #28EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EFD5; }
p { color: rgb(40,239,213); }
H1.HeaderClassName
{
color: #28EFD5;
}
.AnyTagClassName
{
color: #28EFD5;
}
</style>
background-color css
<style>
a { background-color: #28EFD5; }
a { background-color: rgb(40,239,213); }
div.DivClassName
{
background-color: #28EFD5;
}
.BgClassName
{
background-color: #28EFD5;
}
</style>
border-color css
<style>
span { border-color: #28EFD5; }
span { border-color: rgb(40,239,213); }
td.TdClassName
{
border-color: #28EFD5;
}
.TagClassName
{
border-color: #28EFD5;
}
</style>