Shades of Turquoise #28DCCF
Tints of Turquoise #28DCCF
RGB
CMYK
RGB Variations
Color information
#28DCCF (or 0x28DCCF) is known color: Turquoise. HEX triplet: 28, DC and CF. RGB value is (40,220,207). Sum of RGB (Red+Green+Blue) = 40+220+207=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #28DCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCCF is #D72330. Grayscale: #A4A4A4. Windows color (decimal): -14099249 or 13622312. OLE color: 13622312.
HSL color Cylindrical-coordinate representation of color #28DCCF: hue angle of 175.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 #28DCCF is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 207 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.14 |
| HSL | 175.67º | 0.72% | 0.51% | - |
| HSV(B) | 175.67º | 0.82% | 0.86% | - |
| XYZ | 37.73 | 56.14 | 67.88 | - |
| YUV | 164.7 | 151.87 | 39.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 207 | 0.82 | 0 | 0.06 | 0.14 | 175.67 | 0.72 | 0.51 |
| Hex | 28 | DC | CF | 52 | 0 | 6 | E | B0 | 48 | 33 |
| Octal | 50 | 334 | 317 | 122 | 0 | 6 | 16 | 260 | 110 | 63 |
| Binary | 101000 | 11011100 | 11001111 | 1010010 | 0 | 110 | 1110 | 10110000 | 1001000 | 110011 |
Color Harmonies of #28DCCF
Complementary color
Monochromatic Colors of #28DCCF
Black with #28DCCF
Text Example
Text Example
White with #28DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCCF; }
p { color: rgb(40,220,207); }
H1.HeaderClassName
{
color: #28DCCF;
}
.AnyTagClassName
{
color: #28DCCF;
}
</style>
background-color css
<style>
a { background-color: #28DCCF; }
a { background-color: rgb(40,220,207); }
div.DivClassName
{
background-color: #28DCCF;
}
.BgClassName
{
background-color: #28DCCF;
}
</style>
border-color css
<style>
span { border-color: #28DCCF; }
span { border-color: rgb(40,220,207); }
td.TdClassName
{
border-color: #28DCCF;
}
.TagClassName
{
border-color: #28DCCF;
}
</style>