Shades of Turquoise #40FAB8
Tints of Turquoise #40FAB8
RGB
CMYK
RGB Variations
Color information
#40FAB8 (or 0x40FAB8) is known color: Turquoise. HEX triplet: 40, FA and B8. RGB value is (64,250,184). Sum of RGB (Red+Green+Blue) = 64+250+184=498 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.85% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FAB8 is #BF0547. Grayscale: #BABABA. Windows color (decimal): -12518728 or 12122688. OLE color: 12122688.
HSL color Cylindrical-coordinate representation of color #40FAB8: hue angle of 158.71º 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 #40FAB8 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 184 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.02 |
| HSL | 158.71º | 0.95% | 0.62% | - |
| HSV(B) | 158.71º | 0.74% | 0.98% | - |
| XYZ | 44.95 | 72.92 | 57.05 | - |
| YUV | 186.86 | 126.38 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 184 | 0.74 | 0 | 0.26 | 0.02 | 158.71 | 0.95 | 0.62 |
| Hex | 40 | FA | B8 | 4A | 0 | 1A | 2 | 9F | 5F | 3E |
| Octal | 100 | 372 | 270 | 112 | 0 | 32 | 2 | 237 | 137 | 76 |
| Binary | 1000000 | 11111010 | 10111000 | 1001010 | 0 | 11010 | 10 | 10011111 | 1011111 | 111110 |
Color Harmonies of #40FAB8
Complementary color
Monochromatic Colors of #40FAB8
Black with #40FAB8
Text Example
Text Example
White with #40FAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FAB8; }
p { color: rgb(64,250,184); }
H1.HeaderClassName
{
color: #40FAB8;
}
.AnyTagClassName
{
color: #40FAB8;
}
</style>
background-color css
<style>
a { background-color: #40FAB8; }
a { background-color: rgb(64,250,184); }
div.DivClassName
{
background-color: #40FAB8;
}
.BgClassName
{
background-color: #40FAB8;
}
</style>
border-color css
<style>
span { border-color: #40FAB8; }
span { border-color: rgb(64,250,184); }
td.TdClassName
{
border-color: #40FAB8;
}
.TagClassName
{
border-color: #40FAB8;
}
</style>