Shades of Turquoise #40EAF3
Tints of Turquoise #40EAF3
RGB
CMYK
RGB Variations
Color information
#40EAF3 (or 0x40EAF3) is known color: Turquoise. HEX triplet: 40, EA and F3. RGB value is (64,234,243). Sum of RGB (Red+Green+Blue) = 64+234+243=541 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.83% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #40EAF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EAF3 is #BF150C. Grayscale: #B7B7B7. Windows color (decimal): -12522765 or 15985216. OLE color: 15985216.
HSL color Cylindrical-coordinate representation of color #40EAF3: hue angle of 183.02º degrees, saturation: 0.88, 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 #40EAF3 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 234 | 243 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.05 |
| HSL | 183.02º | 0.88% | 0.6% | - |
| HSV(B) | 183.02º | 0.74% | 0.95% | - |
| XYZ | 47.71 | 66.41 | 95.1 | - |
| YUV | 184.2 | 161.18 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 243 | 0.74 | 0.04 | 0 | 0.05 | 183.02 | 0.88 | 0.6 |
| Hex | 40 | EA | F3 | 4A | 4 | 0 | 5 | B7 | 58 | 3C |
| Octal | 100 | 352 | 363 | 112 | 4 | 0 | 5 | 267 | 130 | 74 |
| Binary | 1000000 | 11101010 | 11110011 | 1001010 | 100 | 0 | 101 | 10110111 | 1011000 | 111100 |
Color Harmonies of #40EAF3
Complementary color
Monochromatic Colors of #40EAF3
Black with #40EAF3
Text Example
Text Example
White with #40EAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EAF3; }
p { color: rgb(64,234,243); }
H1.HeaderClassName
{
color: #40EAF3;
}
.AnyTagClassName
{
color: #40EAF3;
}
</style>
background-color css
<style>
a { background-color: #40EAF3; }
a { background-color: rgb(64,234,243); }
div.DivClassName
{
background-color: #40EAF3;
}
.BgClassName
{
background-color: #40EAF3;
}
</style>
border-color css
<style>
span { border-color: #40EAF3; }
span { border-color: rgb(64,234,243); }
td.TdClassName
{
border-color: #40EAF3;
}
.TagClassName
{
border-color: #40EAF3;
}
</style>