Shades of Turquoise #28F4CF
Tints of Turquoise #28F4CF
RGB
CMYK
RGB Variations
Color information
#28F4CF (or 0x28F4CF) is known color: Turquoise. HEX triplet: 28, F4 and CF. RGB value is (40,244,207). Sum of RGB (Red+Green+Blue) = 40+244+207=491 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.15% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #28F4CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F4CF is #D70B30. Grayscale: #B2B2B2. Windows color (decimal): -14093105 or 13628456. OLE color: 13628456.
HSL color Cylindrical-coordinate representation of color #28F4CF: hue angle of 169.12º degrees, saturation: 0.9, 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 #28F4CF is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 244 | 207 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.04 |
| HSL | 169.12º | 0.9% | 0.56% | - |
| HSV(B) | 169.12º | 0.84% | 0.96% | - |
| XYZ | 44.49 | 69.66 | 70.13 | - |
| YUV | 178.79 | 143.91 | 29.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 244 | 207 | 0.84 | 0 | 0.15 | 0.04 | 169.12 | 0.9 | 0.56 |
| Hex | 28 | F4 | CF | 54 | 0 | F | 4 | A9 | 5A | 38 |
| Octal | 50 | 364 | 317 | 124 | 0 | 17 | 4 | 251 | 132 | 70 |
| Binary | 101000 | 11110100 | 11001111 | 1010100 | 0 | 1111 | 100 | 10101001 | 1011010 | 111000 |
Color Harmonies of #28F4CF
Complementary color
Monochromatic Colors of #28F4CF
Black with #28F4CF
Text Example
Text Example
White with #28F4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F4CF; }
p { color: rgb(40,244,207); }
H1.HeaderClassName
{
color: #28F4CF;
}
.AnyTagClassName
{
color: #28F4CF;
}
</style>
background-color css
<style>
a { background-color: #28F4CF; }
a { background-color: rgb(40,244,207); }
div.DivClassName
{
background-color: #28F4CF;
}
.BgClassName
{
background-color: #28F4CF;
}
</style>
border-color css
<style>
span { border-color: #28F4CF; }
span { border-color: rgb(40,244,207); }
td.TdClassName
{
border-color: #28F4CF;
}
.TagClassName
{
border-color: #28F4CF;
}
</style>