Shades of Turquoise #28F2CA
Tints of Turquoise #28F2CA
RGB
CMYK
RGB Variations
Color information
#28F2CA (or 0x28F2CA) is known color: Turquoise. HEX triplet: 28, F2 and CA. RGB value is (40,242,202). Sum of RGB (Red+Green+Blue) = 40+242+202=484 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.26% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #28F2CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F2CA is #D70D35. Grayscale: #B1B1B1. Windows color (decimal): -14093622 or 13300264. OLE color: 13300264.
HSL color Cylindrical-coordinate representation of color #28F2CA: hue angle of 168.12º degrees, saturation: 0.89, 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 #28F2CA is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 202 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.05 |
| HSL | 168.12º | 0.89% | 0.55% | - |
| HSV(B) | 168.12º | 0.83% | 0.95% | - |
| XYZ | 43.29 | 68.22 | 66.76 | - |
| YUV | 177.04 | 142.08 | 30.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 202 | 0.83 | 0 | 0.17 | 0.05 | 168.12 | 0.89 | 0.55 |
| Hex | 28 | F2 | CA | 53 | 0 | 11 | 5 | A8 | 59 | 37 |
| Octal | 50 | 362 | 312 | 123 | 0 | 21 | 5 | 250 | 131 | 67 |
| Binary | 101000 | 11110010 | 11001010 | 1010011 | 0 | 10001 | 101 | 10101000 | 1011001 | 110111 |
Color Harmonies of #28F2CA
Complementary color
Monochromatic Colors of #28F2CA
Black with #28F2CA
Text Example
Text Example
White with #28F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F2CA; }
p { color: rgb(40,242,202); }
H1.HeaderClassName
{
color: #28F2CA;
}
.AnyTagClassName
{
color: #28F2CA;
}
</style>
background-color css
<style>
a { background-color: #28F2CA; }
a { background-color: rgb(40,242,202); }
div.DivClassName
{
background-color: #28F2CA;
}
.BgClassName
{
background-color: #28F2CA;
}
</style>
border-color css
<style>
span { border-color: #28F2CA; }
span { border-color: rgb(40,242,202); }
td.TdClassName
{
border-color: #28F2CA;
}
.TagClassName
{
border-color: #28F2CA;
}
</style>