Shades of Turquoise #28F1D4
Tints of Turquoise #28F1D4
RGB
CMYK
RGB Variations
Color information
#28F1D4 (or 0x28F1D4) is known color: Turquoise. HEX triplet: 28, F1 and D4. RGB value is (40,241,212). Sum of RGB (Red+Green+Blue) = 40+241+212=493 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.11% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #28F1D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F1D4 is #D70E2B. Grayscale: #B1B1B1. Windows color (decimal): -14093868 or 13955368. OLE color: 13955368.
HSL color Cylindrical-coordinate representation of color #28F1D4: hue angle of 171.34º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F1D4 is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 212 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.05 |
| HSL | 171.34º | 0.88% | 0.55% | - |
| HSV(B) | 171.34º | 0.83% | 0.95% | - |
| XYZ | 44.21 | 68.12 | 73.1 | - |
| YUV | 177.6 | 147.41 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 212 | 0.83 | 0 | 0.12 | 0.05 | 171.34 | 0.88 | 0.55 |
| Hex | 28 | F1 | D4 | 53 | 0 | C | 5 | AB | 58 | 37 |
| Octal | 50 | 361 | 324 | 123 | 0 | 14 | 5 | 253 | 130 | 67 |
| Binary | 101000 | 11110001 | 11010100 | 1010011 | 0 | 1100 | 101 | 10101011 | 1011000 | 110111 |
Color Harmonies of #28F1D4
Complementary color
Monochromatic Colors of #28F1D4
Black with #28F1D4
Text Example
Text Example
White with #28F1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F1D4; }
p { color: rgb(40,241,212); }
H1.HeaderClassName
{
color: #28F1D4;
}
.AnyTagClassName
{
color: #28F1D4;
}
</style>
background-color css
<style>
a { background-color: #28F1D4; }
a { background-color: rgb(40,241,212); }
div.DivClassName
{
background-color: #28F1D4;
}
.BgClassName
{
background-color: #28F1D4;
}
</style>
border-color css
<style>
span { border-color: #28F1D4; }
span { border-color: rgb(40,241,212); }
td.TdClassName
{
border-color: #28F1D4;
}
.TagClassName
{
border-color: #28F1D4;
}
</style>