Shades of Turquoise #28F0C6
Tints of Turquoise #28F0C6
RGB
CMYK
RGB Variations
Color information
#28F0C6 (or 0x28F0C6) is known color: Turquoise. HEX triplet: 28, F0 and C6. RGB value is (40,240,198). Sum of RGB (Red+Green+Blue) = 40+240+198=478 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.37% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #28F0C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F0C6 is #D70F39. Grayscale: #AFAFAF. Windows color (decimal): -14094138 or 13037608. OLE color: 13037608.
HSL color Cylindrical-coordinate representation of color #28F0C6: hue angle of 167.4º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F0C6 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 240 | 198 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.06 |
| HSL | 167.4º | 0.87% | 0.55% | - |
| HSV(B) | 167.4º | 0.83% | 0.94% | - |
| XYZ | 42.23 | 66.85 | 64.1 | - |
| YUV | 175.41 | 140.74 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 240 | 198 | 0.83 | 0 | 0.18 | 0.06 | 167.4 | 0.87 | 0.55 |
| Hex | 28 | F0 | C6 | 53 | 0 | 12 | 6 | A7 | 57 | 37 |
| Octal | 50 | 360 | 306 | 123 | 0 | 22 | 6 | 247 | 127 | 67 |
| Binary | 101000 | 11110000 | 11000110 | 1010011 | 0 | 10010 | 110 | 10100111 | 1010111 | 110111 |
Color Harmonies of #28F0C6
Complementary color
Monochromatic Colors of #28F0C6
Black with #28F0C6
Text Example
Text Example
White with #28F0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F0C6; }
p { color: rgb(40,240,198); }
H1.HeaderClassName
{
color: #28F0C6;
}
.AnyTagClassName
{
color: #28F0C6;
}
</style>
background-color css
<style>
a { background-color: #28F0C6; }
a { background-color: rgb(40,240,198); }
div.DivClassName
{
background-color: #28F0C6;
}
.BgClassName
{
background-color: #28F0C6;
}
</style>
border-color css
<style>
span { border-color: #28F0C6; }
span { border-color: rgb(40,240,198); }
td.TdClassName
{
border-color: #28F0C6;
}
.TagClassName
{
border-color: #28F0C6;
}
</style>