Shades of Turquoise #28FACA
Tints of Turquoise #28FACA
RGB
CMYK
RGB Variations
Color information
#28FACA (or 0x28FACA) is known color: Turquoise. HEX triplet: 28, FA and CA. RGB value is (40,250,202). Sum of RGB (Red+Green+Blue) = 40+250+202=492 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.13% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #28FACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FACA is #D70535. Grayscale: #B5B5B5. Windows color (decimal): -14091574 or 13302312. OLE color: 13302312.
HSL color Cylindrical-coordinate representation of color #28FACA: hue angle of 166.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FACA is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 202 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.02 |
| HSL | 166.29º | 0.95% | 0.57% | - |
| HSV(B) | 166.29º | 0.84% | 0.98% | - |
| XYZ | 45.72 | 73.09 | 67.57 | - |
| YUV | 181.74 | 139.43 | 26.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 202 | 0.84 | 0 | 0.19 | 0.02 | 166.29 | 0.95 | 0.57 |
| Hex | 28 | FA | CA | 54 | 0 | 13 | 2 | A6 | 5F | 39 |
| Octal | 50 | 372 | 312 | 124 | 0 | 23 | 2 | 246 | 137 | 71 |
| Binary | 101000 | 11111010 | 11001010 | 1010100 | 0 | 10011 | 10 | 10100110 | 1011111 | 111001 |
Color Harmonies of #28FACA
Complementary color
Monochromatic Colors of #28FACA
Black with #28FACA
Text Example
Text Example
White with #28FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FACA; }
p { color: rgb(40,250,202); }
H1.HeaderClassName
{
color: #28FACA;
}
.AnyTagClassName
{
color: #28FACA;
}
</style>
background-color css
<style>
a { background-color: #28FACA; }
a { background-color: rgb(40,250,202); }
div.DivClassName
{
background-color: #28FACA;
}
.BgClassName
{
background-color: #28FACA;
}
</style>
border-color css
<style>
span { border-color: #28FACA; }
span { border-color: rgb(40,250,202); }
td.TdClassName
{
border-color: #28FACA;
}
.TagClassName
{
border-color: #28FACA;
}
</style>