Shades of Turquoise #28D1CC
Tints of Turquoise #28D1CC
RGB
CMYK
RGB Variations
Color information
#28D1CC (or 0x28D1CC) is known color: Turquoise. HEX triplet: 28, D1 and CC. RGB value is (40,209,204). Sum of RGB (Red+Green+Blue) = 40+209+204=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #28D1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D1CC is #D72E33. Grayscale: #9D9D9D. Windows color (decimal): -14102068 or 13422888. OLE color: 13422888.
HSL color Cylindrical-coordinate representation of color #28D1CC: hue angle of 178.22º 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 #28D1CC is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 209 | 204 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.18 |
| HSL | 178.22º | 0.68% | 0.49% | - |
| HSV(B) | 178.22º | 0.81% | 0.82% | - |
| XYZ | 34.57 | 50.41 | 65.03 | - |
| YUV | 157.9 | 154.01 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 209 | 204 | 0.81 | 0 | 0.02 | 0.18 | 178.22 | 0.68 | 0.49 |
| Hex | 28 | D1 | CC | 51 | 0 | 2 | 12 | B2 | 44 | 31 |
| Octal | 50 | 321 | 314 | 121 | 0 | 2 | 22 | 262 | 104 | 61 |
| Binary | 101000 | 11010001 | 11001100 | 1010001 | 0 | 10 | 10010 | 10110010 | 1000100 | 110001 |
Color Harmonies of #28D1CC
Complementary color
Monochromatic Colors of #28D1CC
Black with #28D1CC
Text Example
Text Example
White with #28D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D1CC; }
p { color: rgb(40,209,204); }
H1.HeaderClassName
{
color: #28D1CC;
}
.AnyTagClassName
{
color: #28D1CC;
}
</style>
background-color css
<style>
a { background-color: #28D1CC; }
a { background-color: rgb(40,209,204); }
div.DivClassName
{
background-color: #28D1CC;
}
.BgClassName
{
background-color: #28D1CC;
}
</style>
border-color css
<style>
span { border-color: #28D1CC; }
span { border-color: rgb(40,209,204); }
td.TdClassName
{
border-color: #28D1CC;
}
.TagClassName
{
border-color: #28D1CC;
}
</style>