Shades of Turquoise #28DECE
Tints of Turquoise #28DECE
RGB
CMYK
RGB Variations
Color information
#28DECE (or 0x28DECE) is known color: Turquoise. HEX triplet: 28, DE and CE. RGB value is (40,222,206). Sum of RGB (Red+Green+Blue) = 40+222+206=468 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.55% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #28DECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DECE is #D72131. Grayscale: #A5A5A5. Windows color (decimal): -14098738 or 13557288. OLE color: 13557288.
HSL color Cylindrical-coordinate representation of color #28DECE: hue angle of 174.73º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DECE is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 206 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.13 |
| HSL | 174.73º | 0.73% | 0.51% | - |
| HSV(B) | 174.73º | 0.82% | 0.87% | - |
| XYZ | 38.14 | 57.15 | 67.41 | - |
| YUV | 165.76 | 150.7 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 206 | 0.82 | 0 | 0.07 | 0.13 | 174.73 | 0.73 | 0.51 |
| Hex | 28 | DE | CE | 52 | 0 | 7 | D | AF | 49 | 33 |
| Octal | 50 | 336 | 316 | 122 | 0 | 7 | 15 | 257 | 111 | 63 |
| Binary | 101000 | 11011110 | 11001110 | 1010010 | 0 | 111 | 1101 | 10101111 | 1001001 | 110011 |
Color Harmonies of #28DECE
Complementary color
Monochromatic Colors of #28DECE
Black with #28DECE
Text Example
Text Example
White with #28DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DECE; }
p { color: rgb(40,222,206); }
H1.HeaderClassName
{
color: #28DECE;
}
.AnyTagClassName
{
color: #28DECE;
}
</style>
background-color css
<style>
a { background-color: #28DECE; }
a { background-color: rgb(40,222,206); }
div.DivClassName
{
background-color: #28DECE;
}
.BgClassName
{
background-color: #28DECE;
}
</style>
border-color css
<style>
span { border-color: #28DECE; }
span { border-color: rgb(40,222,206); }
td.TdClassName
{
border-color: #28DECE;
}
.TagClassName
{
border-color: #28DECE;
}
</style>