Shades of Turquoise #28D0CB
Tints of Turquoise #28D0CB
RGB
CMYK
RGB Variations
Color information
#28D0CB (or 0x28D0CB) is known color: Turquoise. HEX triplet: 28, D0 and CB. RGB value is (40,208,203). Sum of RGB (Red+Green+Blue) = 40+208+203=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #28D0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D0CB is #D72F34. Grayscale: #9D9D9D. Windows color (decimal): -14102325 or 13357096. OLE color: 13357096.
HSL color Cylindrical-coordinate representation of color #28D0CB: hue angle of 178.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D0CB is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 208 | 203 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.18 |
| HSL | 178.21º | 0.68% | 0.49% | - |
| HSV(B) | 178.21º | 0.81% | 0.82% | - |
| XYZ | 34.21 | 49.87 | 64.32 | - |
| YUV | 157.2 | 153.84 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 203 | 0.81 | 0 | 0.02 | 0.18 | 178.21 | 0.68 | 0.49 |
| Hex | 28 | D0 | CB | 51 | 0 | 2 | 12 | B2 | 44 | 31 |
| Octal | 50 | 320 | 313 | 121 | 0 | 2 | 22 | 262 | 104 | 61 |
| Binary | 101000 | 11010000 | 11001011 | 1010001 | 0 | 10 | 10010 | 10110010 | 1000100 | 110001 |
Color Harmonies of #28D0CB
Complementary color
Monochromatic Colors of #28D0CB
Black with #28D0CB
Text Example
Text Example
White with #28D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D0CB; }
p { color: rgb(40,208,203); }
H1.HeaderClassName
{
color: #28D0CB;
}
.AnyTagClassName
{
color: #28D0CB;
}
</style>
background-color css
<style>
a { background-color: #28D0CB; }
a { background-color: rgb(40,208,203); }
div.DivClassName
{
background-color: #28D0CB;
}
.BgClassName
{
background-color: #28D0CB;
}
</style>
border-color css
<style>
span { border-color: #28D0CB; }
span { border-color: rgb(40,208,203); }
td.TdClassName
{
border-color: #28D0CB;
}
.TagClassName
{
border-color: #28D0CB;
}
</style>