Shades of Turquoise #40E8FF
Tints of Turquoise #40E8FF
RGB
CMYK
RGB Variations
Color information
#40E8FF (or 0x40E8FF) is known color: Turquoise. HEX triplet: 40, E8 and FF. RGB value is (64,232,255). Sum of RGB (Red+Green+Blue) = 64+232+255=551 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.62% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #40E8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E8FF is #BF1700. Grayscale: #B8B8B8. Windows color (decimal): -12523265 or 16771136. OLE color: 16771136.
HSL color Cylindrical-coordinate representation of color #40E8FF: hue angle of 187.23º 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 #40E8FF is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 232 | 255 | - |
| CMYK | 0.75 | 0.09 | 0 | 0 |
| HSL | 187.23º | 1% | 0.63% | - |
| HSV(B) | 187.23º | 0.75% | 1% | - |
| XYZ | 49.02 | 66.02 | 104.77 | - |
| YUV | 184.39 | 167.84 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 232 | 255 | 0.75 | 0.09 | 0 | 0 | 187.23 | 1 | 0.63 |
| Hex | 40 | E8 | FF | 4B | 9 | 0 | 0 | BB | 64 | 3F |
| Octal | 100 | 350 | 377 | 113 | 11 | 0 | 0 | 273 | 144 | 77 |
| Binary | 1000000 | 11101000 | 11111111 | 1001011 | 1001 | 0 | 0 | 10111011 | 1100100 | 111111 |
Color Harmonies of #40E8FF
Complementary color
Monochromatic Colors of #40E8FF
Black with #40E8FF
Text Example
Text Example
White with #40E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E8FF; }
p { color: rgb(64,232,255); }
H1.HeaderClassName
{
color: #40E8FF;
}
.AnyTagClassName
{
color: #40E8FF;
}
</style>
background-color css
<style>
a { background-color: #40E8FF; }
a { background-color: rgb(64,232,255); }
div.DivClassName
{
background-color: #40E8FF;
}
.BgClassName
{
background-color: #40E8FF;
}
</style>
border-color css
<style>
span { border-color: #40E8FF; }
span { border-color: rgb(64,232,255); }
td.TdClassName
{
border-color: #40E8FF;
}
.TagClassName
{
border-color: #40E8FF;
}
</style>