Shades of Turquoise #40EEF2
Tints of Turquoise #40EEF2
RGB
CMYK
RGB Variations
Color information
#40EEF2 (or 0x40EEF2) is known color: Turquoise. HEX triplet: 40, EE and F2. RGB value is (64,238,242). Sum of RGB (Red+Green+Blue) = 64+238+242=544 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.76% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #40EEF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EEF2 is #BF110D. Grayscale: #BABABA. Windows color (decimal): -12521742 or 15920704. OLE color: 15920704.
HSL color Cylindrical-coordinate representation of color #40EEF2: hue angle of 181.35º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40EEF2 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 238 | 242 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.05 |
| HSL | 181.35º | 0.87% | 0.6% | - |
| HSV(B) | 181.35º | 0.74% | 0.95% | - |
| XYZ | 48.72 | 68.65 | 94.69 | - |
| YUV | 186.43 | 159.35 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 242 | 0.74 | 0.02 | 0 | 0.05 | 181.35 | 0.87 | 0.6 |
| Hex | 40 | EE | F2 | 4A | 2 | 0 | 5 | B5 | 57 | 3C |
| Octal | 100 | 356 | 362 | 112 | 2 | 0 | 5 | 265 | 127 | 74 |
| Binary | 1000000 | 11101110 | 11110010 | 1001010 | 10 | 0 | 101 | 10110101 | 1010111 | 111100 |
Color Harmonies of #40EEF2
Complementary color
Monochromatic Colors of #40EEF2
Black with #40EEF2
Text Example
Text Example
White with #40EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EEF2; }
p { color: rgb(64,238,242); }
H1.HeaderClassName
{
color: #40EEF2;
}
.AnyTagClassName
{
color: #40EEF2;
}
</style>
background-color css
<style>
a { background-color: #40EEF2; }
a { background-color: rgb(64,238,242); }
div.DivClassName
{
background-color: #40EEF2;
}
.BgClassName
{
background-color: #40EEF2;
}
</style>
border-color css
<style>
span { border-color: #40EEF2; }
span { border-color: rgb(64,238,242); }
td.TdClassName
{
border-color: #40EEF2;
}
.TagClassName
{
border-color: #40EEF2;
}
</style>