Shades of Turquoise #28EFCB
Tints of Turquoise #28EFCB
RGB
CMYK
RGB Variations
Color information
#28EFCB (or 0x28EFCB) is known color: Turquoise. HEX triplet: 28, EF and CB. RGB value is (40,239,203). Sum of RGB (Red+Green+Blue) = 40+239+203=482 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.30% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EFCB is #D71034. Grayscale: #AFAFAF. Windows color (decimal): -14094389 or 13365032. OLE color: 13365032.
HSL color Cylindrical-coordinate representation of color #28EFCB: hue angle of 169.15º 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 #28EFCB is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 239 | 203 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.06 |
| HSL | 169.15º | 0.86% | 0.55% | - |
| HSV(B) | 169.15º | 0.83% | 0.94% | - |
| XYZ | 42.52 | 66.5 | 67.09 | - |
| YUV | 175.4 | 143.57 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 239 | 203 | 0.83 | 0 | 0.15 | 0.06 | 169.15 | 0.86 | 0.55 |
| Hex | 28 | EF | CB | 53 | 0 | F | 6 | A9 | 56 | 37 |
| Octal | 50 | 357 | 313 | 123 | 0 | 17 | 6 | 251 | 126 | 67 |
| Binary | 101000 | 11101111 | 11001011 | 1010011 | 0 | 1111 | 110 | 10101001 | 1010110 | 110111 |
Color Harmonies of #28EFCB
Complementary color
Monochromatic Colors of #28EFCB
Black with #28EFCB
Text Example
Text Example
White with #28EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EFCB; }
p { color: rgb(40,239,203); }
H1.HeaderClassName
{
color: #28EFCB;
}
.AnyTagClassName
{
color: #28EFCB;
}
</style>
background-color css
<style>
a { background-color: #28EFCB; }
a { background-color: rgb(40,239,203); }
div.DivClassName
{
background-color: #28EFCB;
}
.BgClassName
{
background-color: #28EFCB;
}
</style>
border-color css
<style>
span { border-color: #28EFCB; }
span { border-color: rgb(40,239,203); }
td.TdClassName
{
border-color: #28EFCB;
}
.TagClassName
{
border-color: #28EFCB;
}
</style>