Shades of Turquoise #28CEDC
Tints of Turquoise #28CEDC
RGB
CMYK
RGB Variations
Color information
#28CEDC (or 0x28CEDC) is known color: Turquoise. HEX triplet: 28, CE and DC. RGB value is (40,206,220). Sum of RGB (Red+Green+Blue) = 40+206+220=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #28CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CEDC is #D73123. Grayscale: #9D9D9D. Windows color (decimal): -14102820 or 14470696. OLE color: 14470696.
HSL color Cylindrical-coordinate representation of color #28CEDC: hue angle of 184.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CEDC is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 206 | 220 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.14 |
| HSL | 184.67º | 0.72% | 0.51% | - |
| HSV(B) | 184.67º | 0.82% | 0.86% | - |
| XYZ | 35.86 | 49.76 | 75.42 | - |
| YUV | 157.96 | 163 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 220 | 0.82 | 0.06 | 0 | 0.14 | 184.67 | 0.72 | 0.51 |
| Hex | 28 | CE | DC | 52 | 6 | 0 | E | B9 | 48 | 33 |
| Octal | 50 | 316 | 334 | 122 | 6 | 0 | 16 | 271 | 110 | 63 |
| Binary | 101000 | 11001110 | 11011100 | 1010010 | 110 | 0 | 1110 | 10111001 | 1001000 | 110011 |
Color Harmonies of #28CEDC
Complementary color
Monochromatic Colors of #28CEDC
Black with #28CEDC
Text Example
Text Example
White with #28CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CEDC; }
p { color: rgb(40,206,220); }
H1.HeaderClassName
{
color: #28CEDC;
}
.AnyTagClassName
{
color: #28CEDC;
}
</style>
background-color css
<style>
a { background-color: #28CEDC; }
a { background-color: rgb(40,206,220); }
div.DivClassName
{
background-color: #28CEDC;
}
.BgClassName
{
background-color: #28CEDC;
}
</style>
border-color css
<style>
span { border-color: #28CEDC; }
span { border-color: rgb(40,206,220); }
td.TdClassName
{
border-color: #28CEDC;
}
.TagClassName
{
border-color: #28CEDC;
}
</style>