Shades of Turquoise #40EECC
Tints of Turquoise #40EECC
RGB
CMYK
RGB Variations
Color information
#40EECC (or 0x40EECC) is known color: Turquoise. HEX triplet: 40, EE and CC. RGB value is (64,238,204). Sum of RGB (Red+Green+Blue) = 64+238+204=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #40EECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EECC is #BF1133. Grayscale: #B6B6B6. Windows color (decimal): -12521780 or 13430336. OLE color: 13430336.
HSL color Cylindrical-coordinate representation of color #40EECC: hue angle of 168.28º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EECC is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 238 | 204 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.07 |
| HSL | 168.28º | 0.84% | 0.59% | - |
| HSV(B) | 168.28º | 0.73% | 0.93% | - |
| XYZ | 43.59 | 66.6 | 67.68 | - |
| YUV | 182.1 | 140.35 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 204 | 0.73 | 0 | 0.14 | 0.07 | 168.28 | 0.84 | 0.59 |
| Hex | 40 | EE | CC | 49 | 0 | E | 7 | A8 | 54 | 3B |
| Octal | 100 | 356 | 314 | 111 | 0 | 16 | 7 | 250 | 124 | 73 |
| Binary | 1000000 | 11101110 | 11001100 | 1001001 | 0 | 1110 | 111 | 10101000 | 1010100 | 111011 |
Color Harmonies of #40EECC
Complementary color
Monochromatic Colors of #40EECC
Black with #40EECC
Text Example
Text Example
White with #40EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EECC; }
p { color: rgb(64,238,204); }
H1.HeaderClassName
{
color: #40EECC;
}
.AnyTagClassName
{
color: #40EECC;
}
</style>
background-color css
<style>
a { background-color: #40EECC; }
a { background-color: rgb(64,238,204); }
div.DivClassName
{
background-color: #40EECC;
}
.BgClassName
{
background-color: #40EECC;
}
</style>
border-color css
<style>
span { border-color: #40EECC; }
span { border-color: rgb(64,238,204); }
td.TdClassName
{
border-color: #40EECC;
}
.TagClassName
{
border-color: #40EECC;
}
</style>