Shades of Turquoise #40F0ED
Tints of Turquoise #40F0ED
RGB
CMYK
RGB Variations
Color information
#40F0ED (or 0x40F0ED) is known color: Turquoise. HEX triplet: 40, F0 and ED. RGB value is (64,240,237). Sum of RGB (Red+Green+Blue) = 64+240+237=541 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.83% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #40F0ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F0ED is #BF0F12. Grayscale: #BABABA. Windows color (decimal): -12521235 or 15593536. OLE color: 15593536.
HSL color Cylindrical-coordinate representation of color #40F0ED: hue angle of 178.98º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F0ED is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 240 | 237 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.06 |
| HSL | 178.98º | 0.85% | 0.6% | - |
| HSV(B) | 178.98º | 0.73% | 0.94% | - |
| XYZ | 48.56 | 69.52 | 90.98 | - |
| YUV | 187.03 | 156.19 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 240 | 237 | 0.73 | 0 | 0.01 | 0.06 | 178.98 | 0.85 | 0.6 |
| Hex | 40 | F0 | ED | 49 | 0 | 1 | 6 | B3 | 55 | 3C |
| Octal | 100 | 360 | 355 | 111 | 0 | 1 | 6 | 263 | 125 | 74 |
| Binary | 1000000 | 11110000 | 11101101 | 1001001 | 0 | 1 | 110 | 10110011 | 1010101 | 111100 |
Color Harmonies of #40F0ED
Complementary color
Monochromatic Colors of #40F0ED
Black with #40F0ED
Text Example
Text Example
White with #40F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F0ED; }
p { color: rgb(64,240,237); }
H1.HeaderClassName
{
color: #40F0ED;
}
.AnyTagClassName
{
color: #40F0ED;
}
</style>
background-color css
<style>
a { background-color: #40F0ED; }
a { background-color: rgb(64,240,237); }
div.DivClassName
{
background-color: #40F0ED;
}
.BgClassName
{
background-color: #40F0ED;
}
</style>
border-color css
<style>
span { border-color: #40F0ED; }
span { border-color: rgb(64,240,237); }
td.TdClassName
{
border-color: #40F0ED;
}
.TagClassName
{
border-color: #40F0ED;
}
</style>