Shades of Turquoise #40FAB3
Tints of Turquoise #40FAB3
RGB
CMYK
RGB Variations
Color information
#40FAB3 (or 0x40FAB3) is known color: Turquoise. HEX triplet: 40, FA and B3. RGB value is (64,250,179). Sum of RGB (Red+Green+Blue) = 64+250+179=493 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.98% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FAB3 is #BF054C. Grayscale: #BABABA. Windows color (decimal): -12518733 or 11795008. OLE color: 11795008.
HSL color Cylindrical-coordinate representation of color #40FAB3: hue angle of 157.1º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40FAB3 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 179 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.02 |
| HSL | 157.1º | 0.95% | 0.62% | - |
| HSV(B) | 157.1º | 0.74% | 0.98% | - |
| XYZ | 44.44 | 72.72 | 54.34 | - |
| YUV | 186.29 | 123.88 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 179 | 0.74 | 0 | 0.28 | 0.02 | 157.1 | 0.95 | 0.62 |
| Hex | 40 | FA | B3 | 4A | 0 | 1C | 2 | 9D | 5F | 3E |
| Octal | 100 | 372 | 263 | 112 | 0 | 34 | 2 | 235 | 137 | 76 |
| Binary | 1000000 | 11111010 | 10110011 | 1001010 | 0 | 11100 | 10 | 10011101 | 1011111 | 111110 |
Color Harmonies of #40FAB3
Complementary color
Monochromatic Colors of #40FAB3
Black with #40FAB3
Text Example
Text Example
White with #40FAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FAB3; }
p { color: rgb(64,250,179); }
H1.HeaderClassName
{
color: #40FAB3;
}
.AnyTagClassName
{
color: #40FAB3;
}
</style>
background-color css
<style>
a { background-color: #40FAB3; }
a { background-color: rgb(64,250,179); }
div.DivClassName
{
background-color: #40FAB3;
}
.BgClassName
{
background-color: #40FAB3;
}
</style>
border-color css
<style>
span { border-color: #40FAB3; }
span { border-color: rgb(64,250,179); }
td.TdClassName
{
border-color: #40FAB3;
}
.TagClassName
{
border-color: #40FAB3;
}
</style>