Shades of Turquoise #28F4CB
Tints of Turquoise #28F4CB
RGB
CMYK
RGB Variations
Color information
#28F4CB (or 0x28F4CB) is known color: Turquoise. HEX triplet: 28, F4 and CB. RGB value is (40,244,203). Sum of RGB (Red+Green+Blue) = 40+244+203=487 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.21% from 487); Green value is 244 (95.70% from 255 or 50.10% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 244 - color contains mainly: green. Hex color #28F4CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F4CB is #D70B34. Grayscale: #B2B2B2. Windows color (decimal): -14093109 or 13366312. OLE color: 13366312.
HSL color Cylindrical-coordinate representation of color #28F4CB: hue angle of 167.94º 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 #28F4CB is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 244 | 203 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.04 |
| HSL | 167.94º | 0.9% | 0.56% | - |
| HSV(B) | 167.94º | 0.84% | 0.96% | - |
| XYZ | 44.01 | 69.46 | 67.59 | - |
| YUV | 178.33 | 141.91 | 29.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 244 | 203 | 0.84 | 0 | 0.17 | 0.04 | 167.94 | 0.9 | 0.56 |
| Hex | 28 | F4 | CB | 54 | 0 | 11 | 4 | A8 | 5A | 38 |
| Octal | 50 | 364 | 313 | 124 | 0 | 21 | 4 | 250 | 132 | 70 |
| Binary | 101000 | 11110100 | 11001011 | 1010100 | 0 | 10001 | 100 | 10101000 | 1011010 | 111000 |
Color Harmonies of #28F4CB
Complementary color
Monochromatic Colors of #28F4CB
Black with #28F4CB
Text Example
Text Example
White with #28F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F4CB; }
p { color: rgb(40,244,203); }
H1.HeaderClassName
{
color: #28F4CB;
}
.AnyTagClassName
{
color: #28F4CB;
}
</style>
background-color css
<style>
a { background-color: #28F4CB; }
a { background-color: rgb(40,244,203); }
div.DivClassName
{
background-color: #28F4CB;
}
.BgClassName
{
background-color: #28F4CB;
}
</style>
border-color css
<style>
span { border-color: #28F4CB; }
span { border-color: rgb(40,244,203); }
td.TdClassName
{
border-color: #28F4CB;
}
.TagClassName
{
border-color: #28F4CB;
}
</style>