Shades of Turquoise #40EEF7
Tints of Turquoise #40EEF7
RGB
CMYK
RGB Variations
Color information
#40EEF7 (or 0x40EEF7) is known color: Turquoise. HEX triplet: 40, EE and F7. RGB value is (64,238,247). Sum of RGB (Red+Green+Blue) = 64+238+247=549 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.66% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #40EEF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EEF7 is #BF1108. Grayscale: #BABABA. Windows color (decimal): -12521737 or 16248384. OLE color: 16248384.
HSL color Cylindrical-coordinate representation of color #40EEF7: hue angle of 182.95º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40EEF7 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 238 | 247 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.03 |
| HSL | 182.95º | 0.92% | 0.61% | - |
| HSV(B) | 182.95º | 0.74% | 0.97% | - |
| XYZ | 49.48 | 68.95 | 98.7 | - |
| YUV | 187 | 161.85 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 247 | 0.74 | 0.04 | 0 | 0.03 | 182.95 | 0.92 | 0.61 |
| Hex | 40 | EE | F7 | 4A | 4 | 0 | 3 | B7 | 5C | 3D |
| Octal | 100 | 356 | 367 | 112 | 4 | 0 | 3 | 267 | 134 | 75 |
| Binary | 1000000 | 11101110 | 11110111 | 1001010 | 100 | 0 | 11 | 10110111 | 1011100 | 111101 |
Color Harmonies of #40EEF7
Complementary color
Monochromatic Colors of #40EEF7
Black with #40EEF7
Text Example
Text Example
White with #40EEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EEF7; }
p { color: rgb(64,238,247); }
H1.HeaderClassName
{
color: #40EEF7;
}
.AnyTagClassName
{
color: #40EEF7;
}
</style>
background-color css
<style>
a { background-color: #40EEF7; }
a { background-color: rgb(64,238,247); }
div.DivClassName
{
background-color: #40EEF7;
}
.BgClassName
{
background-color: #40EEF7;
}
</style>
border-color css
<style>
span { border-color: #40EEF7; }
span { border-color: rgb(64,238,247); }
td.TdClassName
{
border-color: #40EEF7;
}
.TagClassName
{
border-color: #40EEF7;
}
</style>