Shades of Turquoise #40FCBD
Tints of Turquoise #40FCBD
RGB
CMYK
RGB Variations
Color information
#40FCBD (or 0x40FCBD) is known color: Turquoise. HEX triplet: 40, FC and BD. RGB value is (64,252,189). Sum of RGB (Red+Green+Blue) = 64+252+189=505 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.67% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCBD is #BF0342. Grayscale: #BCBCBC. Windows color (decimal): -12518211 or 12450880. OLE color: 12450880.
HSL color Cylindrical-coordinate representation of color #40FCBD: hue angle of 159.89º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FCBD is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 189 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.01 |
| HSL | 159.89º | 0.97% | 0.62% | - |
| HSV(B) | 159.89º | 0.75% | 0.99% | - |
| XYZ | 46.11 | 74.38 | 60.07 | - |
| YUV | 188.61 | 128.22 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 189 | 0.75 | 0 | 0.25 | 0.01 | 159.89 | 0.97 | 0.62 |
| Hex | 40 | FC | BD | 4B | 0 | 19 | 1 | A0 | 61 | 3E |
| Octal | 100 | 374 | 275 | 113 | 0 | 31 | 1 | 240 | 141 | 76 |
| Binary | 1000000 | 11111100 | 10111101 | 1001011 | 0 | 11001 | 1 | 10100000 | 1100001 | 111110 |
Color Harmonies of #40FCBD
Complementary color
Monochromatic Colors of #40FCBD
Black with #40FCBD
Text Example
Text Example
White with #40FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FCBD; }
p { color: rgb(64,252,189); }
H1.HeaderClassName
{
color: #40FCBD;
}
.AnyTagClassName
{
color: #40FCBD;
}
</style>
background-color css
<style>
a { background-color: #40FCBD; }
a { background-color: rgb(64,252,189); }
div.DivClassName
{
background-color: #40FCBD;
}
.BgClassName
{
background-color: #40FCBD;
}
</style>
border-color css
<style>
span { border-color: #40FCBD; }
span { border-color: rgb(64,252,189); }
td.TdClassName
{
border-color: #40FCBD;
}
.TagClassName
{
border-color: #40FCBD;
}
</style>