Shades of Turquoise #40EAFF
Tints of Turquoise #40EAFF
RGB
CMYK
RGB Variations
Color information
#40EAFF (or 0x40EAFF) is known color: Turquoise. HEX triplet: 40, EA and FF. RGB value is (64,234,255). Sum of RGB (Red+Green+Blue) = 64+234+255=553 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.57% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #40EAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EAFF is #BF1500. Grayscale: #B9B9B9. Windows color (decimal): -12522753 or 16771648. OLE color: 16771648.
HSL color Cylindrical-coordinate representation of color #40EAFF: hue angle of 186.6º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40EAFF is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 234 | 255 | - |
| CMYK | 0.75 | 0.08 | 0 | 0 |
| HSL | 186.6º | 1% | 0.63% | - |
| HSV(B) | 186.6º | 0.75% | 1% | - |
| XYZ | 49.59 | 67.16 | 104.96 | - |
| YUV | 185.56 | 167.18 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 255 | 0.75 | 0.08 | 0 | 0 | 186.6 | 1 | 0.63 |
| Hex | 40 | EA | FF | 4B | 8 | 0 | 0 | BB | 64 | 3F |
| Octal | 100 | 352 | 377 | 113 | 10 | 0 | 0 | 273 | 144 | 77 |
| Binary | 1000000 | 11101010 | 11111111 | 1001011 | 1000 | 0 | 0 | 10111011 | 1100100 | 111111 |
Color Harmonies of #40EAFF
Complementary color
Monochromatic Colors of #40EAFF
Black with #40EAFF
Text Example
Text Example
White with #40EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EAFF; }
p { color: rgb(64,234,255); }
H1.HeaderClassName
{
color: #40EAFF;
}
.AnyTagClassName
{
color: #40EAFF;
}
</style>
background-color css
<style>
a { background-color: #40EAFF; }
a { background-color: rgb(64,234,255); }
div.DivClassName
{
background-color: #40EAFF;
}
.BgClassName
{
background-color: #40EAFF;
}
</style>
border-color css
<style>
span { border-color: #40EAFF; }
span { border-color: rgb(64,234,255); }
td.TdClassName
{
border-color: #40EAFF;
}
.TagClassName
{
border-color: #40EAFF;
}
</style>