Shades of Turquoise #40EEF6
Tints of Turquoise #40EEF6
RGB
CMYK
RGB Variations
Color information
#40EEF6 (or 0x40EEF6) is known color: Turquoise. HEX triplet: 40, EE and F6. RGB value is (64,238,246). Sum of RGB (Red+Green+Blue) = 64+238+246=548 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.68% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #40EEF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EEF6 is #BF1109. Grayscale: #BABABA. Windows color (decimal): -12521738 or 16182848. OLE color: 16182848.
HSL color Cylindrical-coordinate representation of color #40EEF6: hue angle of 182.64º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40EEF6 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 238 | 246 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.04 |
| HSL | 182.64º | 0.91% | 0.61% | - |
| HSV(B) | 182.64º | 0.74% | 0.96% | - |
| XYZ | 49.32 | 68.89 | 97.89 | - |
| YUV | 186.89 | 161.35 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 246 | 0.74 | 0.03 | 0 | 0.04 | 182.64 | 0.91 | 0.61 |
| Hex | 40 | EE | F6 | 4A | 3 | 0 | 4 | B7 | 5B | 3D |
| Octal | 100 | 356 | 366 | 112 | 3 | 0 | 4 | 267 | 133 | 75 |
| Binary | 1000000 | 11101110 | 11110110 | 1001010 | 11 | 0 | 100 | 10110111 | 1011011 | 111101 |
Color Harmonies of #40EEF6
Complementary color
Monochromatic Colors of #40EEF6
Black with #40EEF6
Text Example
Text Example
White with #40EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EEF6; }
p { color: rgb(64,238,246); }
H1.HeaderClassName
{
color: #40EEF6;
}
.AnyTagClassName
{
color: #40EEF6;
}
</style>
background-color css
<style>
a { background-color: #40EEF6; }
a { background-color: rgb(64,238,246); }
div.DivClassName
{
background-color: #40EEF6;
}
.BgClassName
{
background-color: #40EEF6;
}
</style>
border-color css
<style>
span { border-color: #40EEF6; }
span { border-color: rgb(64,238,246); }
td.TdClassName
{
border-color: #40EEF6;
}
.TagClassName
{
border-color: #40EEF6;
}
</style>