Shades of Turquoise #40F3BC
Tints of Turquoise #40F3BC
RGB
CMYK
RGB Variations
Color information
#40F3BC (or 0x40F3BC) is known color: Turquoise. HEX triplet: 40, F3 and BC. RGB value is (64,243,188). Sum of RGB (Red+Green+Blue) = 64+243+188=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #40F3BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F3BC is #BF0C43. Grayscale: #B7B7B7. Windows color (decimal): -12520516 or 12383040. OLE color: 12383040.
HSL color Cylindrical-coordinate representation of color #40F3BC: hue angle of 161.56º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F3BC is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 188 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.05 |
| HSL | 161.56º | 0.88% | 0.6% | - |
| HSV(B) | 161.56º | 0.74% | 0.95% | - |
| XYZ | 43.24 | 68.82 | 58.58 | - |
| YUV | 183.21 | 130.7 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 188 | 0.74 | 0 | 0.23 | 0.05 | 161.56 | 0.88 | 0.6 |
| Hex | 40 | F3 | BC | 4A | 0 | 17 | 5 | A2 | 58 | 3C |
| Octal | 100 | 363 | 274 | 112 | 0 | 27 | 5 | 242 | 130 | 74 |
| Binary | 1000000 | 11110011 | 10111100 | 1001010 | 0 | 10111 | 101 | 10100010 | 1011000 | 111100 |
Color Harmonies of #40F3BC
Complementary color
Monochromatic Colors of #40F3BC
Black with #40F3BC
Text Example
Text Example
White with #40F3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F3BC; }
p { color: rgb(64,243,188); }
H1.HeaderClassName
{
color: #40F3BC;
}
.AnyTagClassName
{
color: #40F3BC;
}
</style>
background-color css
<style>
a { background-color: #40F3BC; }
a { background-color: rgb(64,243,188); }
div.DivClassName
{
background-color: #40F3BC;
}
.BgClassName
{
background-color: #40F3BC;
}
</style>
border-color css
<style>
span { border-color: #40F3BC; }
span { border-color: rgb(64,243,188); }
td.TdClassName
{
border-color: #40F3BC;
}
.TagClassName
{
border-color: #40F3BC;
}
</style>