Shades of Turquoise #28F6DC
Tints of Turquoise #28F6DC
RGB
CMYK
RGB Variations
Color information
#28F6DC (or 0x28F6DC) is known color: Turquoise. HEX triplet: 28, F6 and DC. RGB value is (40,246,220). Sum of RGB (Red+Green+Blue) = 40+246+220=506 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.91% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #28F6DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F6DC is #D70923. Grayscale: #B5B5B5. Windows color (decimal): -14092580 or 14480936. OLE color: 14480936.
HSL color Cylindrical-coordinate representation of color #28F6DC: hue angle of 172.43º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F6DC is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 246 | 220 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.04 |
| HSL | 172.43º | 0.92% | 0.56% | - |
| HSV(B) | 172.43º | 0.84% | 0.96% | - |
| XYZ | 46.75 | 71.53 | 79.05 | - |
| YUV | 181.44 | 149.75 | 27.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 246 | 220 | 0.84 | 0 | 0.11 | 0.04 | 172.43 | 0.92 | 0.56 |
| Hex | 28 | F6 | DC | 54 | 0 | B | 4 | AC | 5C | 38 |
| Octal | 50 | 366 | 334 | 124 | 0 | 13 | 4 | 254 | 134 | 70 |
| Binary | 101000 | 11110110 | 11011100 | 1010100 | 0 | 1011 | 100 | 10101100 | 1011100 | 111000 |
Color Harmonies of #28F6DC
Complementary color
Monochromatic Colors of #28F6DC
Black with #28F6DC
Text Example
Text Example
White with #28F6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F6DC; }
p { color: rgb(40,246,220); }
H1.HeaderClassName
{
color: #28F6DC;
}
.AnyTagClassName
{
color: #28F6DC;
}
</style>
background-color css
<style>
a { background-color: #28F6DC; }
a { background-color: rgb(40,246,220); }
div.DivClassName
{
background-color: #28F6DC;
}
.BgClassName
{
background-color: #28F6DC;
}
</style>
border-color css
<style>
span { border-color: #28F6DC; }
span { border-color: rgb(40,246,220); }
td.TdClassName
{
border-color: #28F6DC;
}
.TagClassName
{
border-color: #28F6DC;
}
</style>