Shades of Turquoise #40EDFC
Tints of Turquoise #40EDFC
RGB
CMYK
RGB Variations
Color information
#40EDFC (or 0x40EDFC) is known color: Turquoise. HEX triplet: 40, ED and FC. RGB value is (64,237,252). Sum of RGB (Red+Green+Blue) = 64+237+252=553 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.57% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #40EDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EDFC is #BF1203. Grayscale: #BABABA. Windows color (decimal): -12521988 or 16575808. OLE color: 16575808.
HSL color Cylindrical-coordinate representation of color #40EDFC: hue angle of 184.79º 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 #40EDFC is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 237 | 252 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.01 |
| HSL | 184.79º | 0.97% | 0.62% | - |
| HSV(B) | 184.79º | 0.75% | 0.99% | - |
| XYZ | 49.97 | 68.69 | 102.72 | - |
| YUV | 186.98 | 164.69 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 252 | 0.75 | 0.06 | 0 | 0.01 | 184.79 | 0.97 | 0.62 |
| Hex | 40 | ED | FC | 4B | 6 | 0 | 1 | B9 | 61 | 3E |
| Octal | 100 | 355 | 374 | 113 | 6 | 0 | 1 | 271 | 141 | 76 |
| Binary | 1000000 | 11101101 | 11111100 | 1001011 | 110 | 0 | 1 | 10111001 | 1100001 | 111110 |
Color Harmonies of #40EDFC
Complementary color
Monochromatic Colors of #40EDFC
Black with #40EDFC
Text Example
Text Example
White with #40EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EDFC; }
p { color: rgb(64,237,252); }
H1.HeaderClassName
{
color: #40EDFC;
}
.AnyTagClassName
{
color: #40EDFC;
}
</style>
background-color css
<style>
a { background-color: #40EDFC; }
a { background-color: rgb(64,237,252); }
div.DivClassName
{
background-color: #40EDFC;
}
.BgClassName
{
background-color: #40EDFC;
}
</style>
border-color css
<style>
span { border-color: #40EDFC; }
span { border-color: rgb(64,237,252); }
td.TdClassName
{
border-color: #40EDFC;
}
.TagClassName
{
border-color: #40EDFC;
}
</style>