Shades of Turquoise #28D2CC
Tints of Turquoise #28D2CC
RGB
CMYK
RGB Variations
Color information
#28D2CC (or 0x28D2CC) is known color: Turquoise. HEX triplet: 28, D2 and CC. RGB value is (40,210,204). Sum of RGB (Red+Green+Blue) = 40+210+204=454 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.81% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #28D2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D2CC is #D72D33. Grayscale: #9E9E9E. Windows color (decimal): -14101812 or 13423144. OLE color: 13423144.
HSL color Cylindrical-coordinate representation of color #28D2CC: hue angle of 177.88º 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 #28D2CC is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 204 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.18 |
| HSL | 177.88º | 0.68% | 0.49% | - |
| HSV(B) | 177.88º | 0.81% | 0.82% | - |
| XYZ | 34.82 | 50.9 | 65.12 | - |
| YUV | 158.49 | 153.68 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 204 | 0.81 | 0 | 0.03 | 0.18 | 177.88 | 0.68 | 0.49 |
| Hex | 28 | D2 | CC | 51 | 0 | 3 | 12 | B2 | 44 | 31 |
| Octal | 50 | 322 | 314 | 121 | 0 | 3 | 22 | 262 | 104 | 61 |
| Binary | 101000 | 11010010 | 11001100 | 1010001 | 0 | 11 | 10010 | 10110010 | 1000100 | 110001 |
Color Harmonies of #28D2CC
Complementary color
Monochromatic Colors of #28D2CC
Black with #28D2CC
Text Example
Text Example
White with #28D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D2CC; }
p { color: rgb(40,210,204); }
H1.HeaderClassName
{
color: #28D2CC;
}
.AnyTagClassName
{
color: #28D2CC;
}
</style>
background-color css
<style>
a { background-color: #28D2CC; }
a { background-color: rgb(40,210,204); }
div.DivClassName
{
background-color: #28D2CC;
}
.BgClassName
{
background-color: #28D2CC;
}
</style>
border-color css
<style>
span { border-color: #28D2CC; }
span { border-color: rgb(40,210,204); }
td.TdClassName
{
border-color: #28D2CC;
}
.TagClassName
{
border-color: #28D2CC;
}
</style>