Shades of Turquoise #28CED6
Tints of Turquoise #28CED6
RGB
CMYK
RGB Variations
Color information
#28CED6 (or 0x28CED6) is known color: Turquoise. HEX triplet: 28, CE and D6. RGB value is (40,206,214). Sum of RGB (Red+Green+Blue) = 40+206+214=460 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.70% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #28CED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CED6 is #D73129. Grayscale: #9D9D9D. Windows color (decimal): -14102826 or 14077480. OLE color: 14077480.
HSL color Cylindrical-coordinate representation of color #28CED6: hue angle of 182.76º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CED6 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 206 | 214 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.16 |
| HSL | 182.76º | 0.69% | 0.5% | - |
| HSV(B) | 182.76º | 0.81% | 0.84% | - |
| XYZ | 35.08 | 49.45 | 71.31 | - |
| YUV | 157.28 | 160 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 214 | 0.81 | 0.04 | 0 | 0.16 | 182.76 | 0.69 | 0.5 |
| Hex | 28 | CE | D6 | 51 | 4 | 0 | 10 | B7 | 45 | 32 |
| Octal | 50 | 316 | 326 | 121 | 4 | 0 | 20 | 267 | 105 | 62 |
| Binary | 101000 | 11001110 | 11010110 | 1010001 | 100 | 0 | 10000 | 10110111 | 1000101 | 110010 |
Color Harmonies of #28CED6
Complementary color
Monochromatic Colors of #28CED6
Black with #28CED6
Text Example
Text Example
White with #28CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CED6; }
p { color: rgb(40,206,214); }
H1.HeaderClassName
{
color: #28CED6;
}
.AnyTagClassName
{
color: #28CED6;
}
</style>
background-color css
<style>
a { background-color: #28CED6; }
a { background-color: rgb(40,206,214); }
div.DivClassName
{
background-color: #28CED6;
}
.BgClassName
{
background-color: #28CED6;
}
</style>
border-color css
<style>
span { border-color: #28CED6; }
span { border-color: rgb(40,206,214); }
td.TdClassName
{
border-color: #28CED6;
}
.TagClassName
{
border-color: #28CED6;
}
</style>