Shades of Turquoise #28F6D2
Tints of Turquoise #28F6D2
RGB
CMYK
RGB Variations
Color information
#28F6D2 (or 0x28F6D2) is known color: Turquoise. HEX triplet: 28, F6 and D2. RGB value is (40,246,210). Sum of RGB (Red+Green+Blue) = 40+246+210=496 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.06% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #28F6D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F6D2 is #D7092D. Grayscale: #B4B4B4. Windows color (decimal): -14092590 or 13825576. OLE color: 13825576.
HSL color Cylindrical-coordinate representation of color #28F6D2: hue angle of 169.51º 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 #28F6D2 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 246 | 210 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.04 |
| HSL | 169.51º | 0.92% | 0.56% | - |
| HSV(B) | 169.51º | 0.84% | 0.96% | - |
| XYZ | 45.46 | 71.02 | 72.28 | - |
| YUV | 180.3 | 144.75 | 27.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 246 | 210 | 0.84 | 0 | 0.15 | 0.04 | 169.51 | 0.92 | 0.56 |
| Hex | 28 | F6 | D2 | 54 | 0 | F | 4 | AA | 5C | 38 |
| Octal | 50 | 366 | 322 | 124 | 0 | 17 | 4 | 252 | 134 | 70 |
| Binary | 101000 | 11110110 | 11010010 | 1010100 | 0 | 1111 | 100 | 10101010 | 1011100 | 111000 |
Color Harmonies of #28F6D2
Complementary color
Monochromatic Colors of #28F6D2
Black with #28F6D2
Text Example
Text Example
White with #28F6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F6D2; }
p { color: rgb(40,246,210); }
H1.HeaderClassName
{
color: #28F6D2;
}
.AnyTagClassName
{
color: #28F6D2;
}
</style>
background-color css
<style>
a { background-color: #28F6D2; }
a { background-color: rgb(40,246,210); }
div.DivClassName
{
background-color: #28F6D2;
}
.BgClassName
{
background-color: #28F6D2;
}
</style>
border-color css
<style>
span { border-color: #28F6D2; }
span { border-color: rgb(40,246,210); }
td.TdClassName
{
border-color: #28F6D2;
}
.TagClassName
{
border-color: #28F6D2;
}
</style>