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