Shades of Turquoise #28FAC5
Tints of Turquoise #28FAC5
RGB
CMYK
RGB Variations
Color information
#28FAC5 (or 0x28FAC5) is known color: Turquoise. HEX triplet: 28, FA and C5. RGB value is (40,250,197). Sum of RGB (Red+Green+Blue) = 40+250+197=487 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.21% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #28FAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FAC5 is #D7053A. Grayscale: #B5B5B5. Windows color (decimal): -14091579 or 12974632. OLE color: 12974632.
HSL color Cylindrical-coordinate representation of color #28FAC5: hue angle of 164.86º 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 #28FAC5 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 197 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.02 |
| HSL | 164.86º | 0.95% | 0.57% | - |
| HSV(B) | 164.86º | 0.84% | 0.98% | - |
| XYZ | 45.14 | 72.85 | 64.51 | - |
| YUV | 181.17 | 136.93 | 27.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 197 | 0.84 | 0 | 0.21 | 0.02 | 164.86 | 0.95 | 0.57 |
| Hex | 28 | FA | C5 | 54 | 0 | 15 | 2 | A5 | 5F | 39 |
| Octal | 50 | 372 | 305 | 124 | 0 | 25 | 2 | 245 | 137 | 71 |
| Binary | 101000 | 11111010 | 11000101 | 1010100 | 0 | 10101 | 10 | 10100101 | 1011111 | 111001 |
Color Harmonies of #28FAC5
Complementary color
Monochromatic Colors of #28FAC5
Black with #28FAC5
Text Example
Text Example
White with #28FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FAC5; }
p { color: rgb(40,250,197); }
H1.HeaderClassName
{
color: #28FAC5;
}
.AnyTagClassName
{
color: #28FAC5;
}
</style>
background-color css
<style>
a { background-color: #28FAC5; }
a { background-color: rgb(40,250,197); }
div.DivClassName
{
background-color: #28FAC5;
}
.BgClassName
{
background-color: #28FAC5;
}
</style>
border-color css
<style>
span { border-color: #28FAC5; }
span { border-color: rgb(40,250,197); }
td.TdClassName
{
border-color: #28FAC5;
}
.TagClassName
{
border-color: #28FAC5;
}
</style>