Shades of Turquoise #40EAFE
Tints of Turquoise #40EAFE
RGB
CMYK
RGB Variations
Color information
#40EAFE (or 0x40EAFE) is known color: Turquoise. HEX triplet: 40, EA and FE. RGB value is (64,234,254). Sum of RGB (Red+Green+Blue) = 64+234+254=552 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.59% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #40EAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EAFE is #BF1501. Grayscale: #B9B9B9. Windows color (decimal): -12522754 or 16706112. OLE color: 16706112.
HSL color Cylindrical-coordinate representation of color #40EAFE: hue angle of 186.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40EAFE is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 234 | 254 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.00 |
| HSL | 186.32º | 0.99% | 0.62% | - |
| HSV(B) | 186.32º | 0.75% | 1% | - |
| XYZ | 49.43 | 67.09 | 104.11 | - |
| YUV | 185.45 | 166.68 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 254 | 0.75 | 0.08 | 0 | 0.00 | 186.32 | 0.99 | 0.62 |
| Hex | 40 | EA | FE | 4B | 8 | 0 | 0 | BA | 63 | 3E |
| Octal | 100 | 352 | 376 | 113 | 10 | 0 | 0 | 272 | 143 | 76 |
| Binary | 1000000 | 11101010 | 11111110 | 1001011 | 1000 | 0 | 0 | 10111010 | 1100011 | 111110 |
Color Harmonies of #40EAFE
Complementary color
Monochromatic Colors of #40EAFE
Black with #40EAFE
Text Example
Text Example
White with #40EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EAFE; }
p { color: rgb(64,234,254); }
H1.HeaderClassName
{
color: #40EAFE;
}
.AnyTagClassName
{
color: #40EAFE;
}
</style>
background-color css
<style>
a { background-color: #40EAFE; }
a { background-color: rgb(64,234,254); }
div.DivClassName
{
background-color: #40EAFE;
}
.BgClassName
{
background-color: #40EAFE;
}
</style>
border-color css
<style>
span { border-color: #40EAFE; }
span { border-color: rgb(64,234,254); }
td.TdClassName
{
border-color: #40EAFE;
}
.TagClassName
{
border-color: #40EAFE;
}
</style>