Shades of Turquoise #28FAC1
Tints of Turquoise #28FAC1
RGB
CMYK
RGB Variations
Color information
#28FAC1 (or 0x28FAC1) is known color: Turquoise. HEX triplet: 28, FA and C1. RGB value is (40,250,193). Sum of RGB (Red+Green+Blue) = 40+250+193=483 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.28% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #28FAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FAC1 is #D7053E. Grayscale: #B4B4B4. Windows color (decimal): -14091583 or 12712488. OLE color: 12712488.
HSL color Cylindrical-coordinate representation of color #28FAC1: hue angle of 163.71º 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 #28FAC1 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 193 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.02 |
| HSL | 163.71º | 0.95% | 0.57% | - |
| HSV(B) | 163.71º | 0.84% | 0.98% | - |
| XYZ | 44.69 | 72.67 | 62.12 | - |
| YUV | 180.71 | 134.93 | 27.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 193 | 0.84 | 0 | 0.23 | 0.02 | 163.71 | 0.95 | 0.57 |
| Hex | 28 | FA | C1 | 54 | 0 | 17 | 2 | A4 | 5F | 39 |
| Octal | 50 | 372 | 301 | 124 | 0 | 27 | 2 | 244 | 137 | 71 |
| Binary | 101000 | 11111010 | 11000001 | 1010100 | 0 | 10111 | 10 | 10100100 | 1011111 | 111001 |
Color Harmonies of #28FAC1
Complementary color
Monochromatic Colors of #28FAC1
Black with #28FAC1
Text Example
Text Example
White with #28FAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FAC1; }
p { color: rgb(40,250,193); }
H1.HeaderClassName
{
color: #28FAC1;
}
.AnyTagClassName
{
color: #28FAC1;
}
</style>
background-color css
<style>
a { background-color: #28FAC1; }
a { background-color: rgb(40,250,193); }
div.DivClassName
{
background-color: #28FAC1;
}
.BgClassName
{
background-color: #28FAC1;
}
</style>
border-color css
<style>
span { border-color: #28FAC1; }
span { border-color: rgb(40,250,193); }
td.TdClassName
{
border-color: #28FAC1;
}
.TagClassName
{
border-color: #28FAC1;
}
</style>