Shades of Turquoise #40FBBD
Tints of Turquoise #40FBBD
RGB
CMYK
RGB Variations
Color information
#40FBBD (or 0x40FBBD) is known color: Turquoise. HEX triplet: 40, FB and BD. RGB value is (64,251,189). Sum of RGB (Red+Green+Blue) = 64+251+189=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FBBD is #BF0442. Grayscale: #BCBCBC. Windows color (decimal): -12518467 or 12450624. OLE color: 12450624.
HSL color Cylindrical-coordinate representation of color #40FBBD: hue angle of 160.11º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FBBD is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 189 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.02 |
| HSL | 160.11º | 0.96% | 0.62% | - |
| HSV(B) | 160.11º | 0.75% | 0.98% | - |
| XYZ | 45.8 | 73.76 | 59.97 | - |
| YUV | 188.02 | 128.55 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 189 | 0.75 | 0 | 0.25 | 0.02 | 160.11 | 0.96 | 0.62 |
| Hex | 40 | FB | BD | 4B | 0 | 19 | 2 | A0 | 60 | 3E |
| Octal | 100 | 373 | 275 | 113 | 0 | 31 | 2 | 240 | 140 | 76 |
| Binary | 1000000 | 11111011 | 10111101 | 1001011 | 0 | 11001 | 10 | 10100000 | 1100000 | 111110 |
Color Harmonies of #40FBBD
Complementary color
Monochromatic Colors of #40FBBD
Black with #40FBBD
Text Example
Text Example
White with #40FBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBBD; }
p { color: rgb(64,251,189); }
H1.HeaderClassName
{
color: #40FBBD;
}
.AnyTagClassName
{
color: #40FBBD;
}
</style>
background-color css
<style>
a { background-color: #40FBBD; }
a { background-color: rgb(64,251,189); }
div.DivClassName
{
background-color: #40FBBD;
}
.BgClassName
{
background-color: #40FBBD;
}
</style>
border-color css
<style>
span { border-color: #40FBBD; }
span { border-color: rgb(64,251,189); }
td.TdClassName
{
border-color: #40FBBD;
}
.TagClassName
{
border-color: #40FBBD;
}
</style>