Shades of Turquoise #40E9FF
Tints of Turquoise #40E9FF
RGB
CMYK
RGB Variations
Color information
#40E9FF (or 0x40E9FF) is known color: Turquoise. HEX triplet: 40, E9 and FF. RGB value is (64,233,255). Sum of RGB (Red+Green+Blue) = 64+233+255=552 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.59% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #40E9FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E9FF is #BF1600. Grayscale: #B8B8B8. Windows color (decimal): -12523009 or 16771392. OLE color: 16771392.
HSL color Cylindrical-coordinate representation of color #40E9FF: hue angle of 186.91º 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 #40E9FF is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 233 | 255 | - |
| CMYK | 0.75 | 0.09 | 0 | 0 |
| HSL | 186.91º | 1% | 0.63% | - |
| HSV(B) | 186.91º | 0.75% | 1% | - |
| XYZ | 49.3 | 66.59 | 104.86 | - |
| YUV | 184.98 | 167.51 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 255 | 0.75 | 0.09 | 0 | 0 | 186.91 | 1 | 0.63 |
| Hex | 40 | E9 | FF | 4B | 9 | 0 | 0 | BB | 64 | 3F |
| Octal | 100 | 351 | 377 | 113 | 11 | 0 | 0 | 273 | 144 | 77 |
| Binary | 1000000 | 11101001 | 11111111 | 1001011 | 1001 | 0 | 0 | 10111011 | 1100100 | 111111 |
Color Harmonies of #40E9FF
Complementary color
Monochromatic Colors of #40E9FF
Black with #40E9FF
Text Example
Text Example
White with #40E9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E9FF; }
p { color: rgb(64,233,255); }
H1.HeaderClassName
{
color: #40E9FF;
}
.AnyTagClassName
{
color: #40E9FF;
}
</style>
background-color css
<style>
a { background-color: #40E9FF; }
a { background-color: rgb(64,233,255); }
div.DivClassName
{
background-color: #40E9FF;
}
.BgClassName
{
background-color: #40E9FF;
}
</style>
border-color css
<style>
span { border-color: #40E9FF; }
span { border-color: rgb(64,233,255); }
td.TdClassName
{
border-color: #40E9FF;
}
.TagClassName
{
border-color: #40E9FF;
}
</style>