Shades of Turquoise #28EFB6
Tints of Turquoise #28EFB6
RGB
CMYK
RGB Variations
Color information
#28EFB6 (or 0x28EFB6) is known color: Turquoise. HEX triplet: 28, EF and B6. RGB value is (40,239,182). Sum of RGB (Red+Green+Blue) = 40+239+182=461 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.68% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #28EFB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EFB6 is #D71049. Grayscale: #ADADAD. Windows color (decimal): -14094410 or 11988776. OLE color: 11988776.
HSL color Cylindrical-coordinate representation of color #28EFB6: hue angle of 162.81º 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 #28EFB6 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 239 | 182 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.06 |
| HSL | 162.81º | 0.86% | 0.55% | - |
| HSV(B) | 162.81º | 0.83% | 0.94% | - |
| XYZ | 40.19 | 65.56 | 54.79 | - |
| YUV | 173 | 133.07 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 239 | 182 | 0.83 | 0 | 0.24 | 0.06 | 162.81 | 0.86 | 0.55 |
| Hex | 28 | EF | B6 | 53 | 0 | 18 | 6 | A3 | 56 | 37 |
| Octal | 50 | 357 | 266 | 123 | 0 | 30 | 6 | 243 | 126 | 67 |
| Binary | 101000 | 11101111 | 10110110 | 1010011 | 0 | 11000 | 110 | 10100011 | 1010110 | 110111 |
Color Harmonies of #28EFB6
Complementary color
Monochromatic Colors of #28EFB6
Black with #28EFB6
Text Example
Text Example
White with #28EFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EFB6; }
p { color: rgb(40,239,182); }
H1.HeaderClassName
{
color: #28EFB6;
}
.AnyTagClassName
{
color: #28EFB6;
}
</style>
background-color css
<style>
a { background-color: #28EFB6; }
a { background-color: rgb(40,239,182); }
div.DivClassName
{
background-color: #28EFB6;
}
.BgClassName
{
background-color: #28EFB6;
}
</style>
border-color css
<style>
span { border-color: #28EFB6; }
span { border-color: rgb(40,239,182); }
td.TdClassName
{
border-color: #28EFB6;
}
.TagClassName
{
border-color: #28EFB6;
}
</style>