Shades of Turquoise #28EFBD
Tints of Turquoise #28EFBD
RGB
CMYK
RGB Variations
Color information
#28EFBD (or 0x28EFBD) is known color: Turquoise. HEX triplet: 28, EF and BD. RGB value is (40,239,189). Sum of RGB (Red+Green+Blue) = 40+239+189=468 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.55% from 468); Green value is 239 (93.75% from 255 or 51.07% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EFBD is #D71042. Grayscale: #ADADAD. Windows color (decimal): -14094403 or 12447528. OLE color: 12447528.
HSL color Cylindrical-coordinate representation of color #28EFBD: hue angle of 164.92º 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 #28EFBD is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 239 | 189 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.06 |
| HSL | 164.92º | 0.86% | 0.55% | - |
| HSV(B) | 164.92º | 0.83% | 0.94% | - |
| XYZ | 40.93 | 65.86 | 58.7 | - |
| YUV | 173.8 | 136.57 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 239 | 189 | 0.83 | 0 | 0.21 | 0.06 | 164.92 | 0.86 | 0.55 |
| Hex | 28 | EF | BD | 53 | 0 | 15 | 6 | A5 | 56 | 37 |
| Octal | 50 | 357 | 275 | 123 | 0 | 25 | 6 | 245 | 126 | 67 |
| Binary | 101000 | 11101111 | 10111101 | 1010011 | 0 | 10101 | 110 | 10100101 | 1010110 | 110111 |
Color Harmonies of #28EFBD
Complementary color
Monochromatic Colors of #28EFBD
Black with #28EFBD
Text Example
Text Example
White with #28EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EFBD; }
p { color: rgb(40,239,189); }
H1.HeaderClassName
{
color: #28EFBD;
}
.AnyTagClassName
{
color: #28EFBD;
}
</style>
background-color css
<style>
a { background-color: #28EFBD; }
a { background-color: rgb(40,239,189); }
div.DivClassName
{
background-color: #28EFBD;
}
.BgClassName
{
background-color: #28EFBD;
}
</style>
border-color css
<style>
span { border-color: #28EFBD; }
span { border-color: rgb(40,239,189); }
td.TdClassName
{
border-color: #28EFBD;
}
.TagClassName
{
border-color: #28EFBD;
}
</style>