Shades of Medium Turquoise #40CFE9
Tints of Medium Turquoise #40CFE9
RGB
CMYK
RGB Variations
Color information
#40CFE9 (or 0x40CFE9) is known color: Medium Turquoise. HEX triplet: 40, CF and E9. RGB value is (64,207,233). Sum of RGB (Red+Green+Blue) = 64+207+233=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #40CFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CFE9 is #BF3016. Grayscale: #A6A6A6. Windows color (decimal): -12529687 or 15322944. OLE color: 15322944.
HSL color Cylindrical-coordinate representation of color #40CFE9: hue angle of 189.23º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40CFE9 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 207 | 233 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.09 |
| HSL | 189.23º | 0.79% | 0.58% | - |
| HSV(B) | 189.23º | 0.73% | 0.91% | - |
| XYZ | 39.14 | 51.6 | 84.99 | - |
| YUV | 167.21 | 165.12 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 233 | 0.73 | 0.11 | 0 | 0.09 | 189.23 | 0.79 | 0.58 |
| Hex | 40 | CF | E9 | 49 | B | 0 | 9 | BD | 4F | 3A |
| Octal | 100 | 317 | 351 | 111 | 13 | 0 | 11 | 275 | 117 | 72 |
| Binary | 1000000 | 11001111 | 11101001 | 1001001 | 1011 | 0 | 1001 | 10111101 | 1001111 | 111010 |
Color Harmonies of #40CFE9
Complementary color
Monochromatic Colors of #40CFE9
Black with #40CFE9
Text Example
Text Example
White with #40CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFE9; }
p { color: rgb(64,207,233); }
H1.HeaderClassName
{
color: #40CFE9;
}
.AnyTagClassName
{
color: #40CFE9;
}
</style>
background-color css
<style>
a { background-color: #40CFE9; }
a { background-color: rgb(64,207,233); }
div.DivClassName
{
background-color: #40CFE9;
}
.BgClassName
{
background-color: #40CFE9;
}
</style>
border-color css
<style>
span { border-color: #40CFE9; }
span { border-color: rgb(64,207,233); }
td.TdClassName
{
border-color: #40CFE9;
}
.TagClassName
{
border-color: #40CFE9;
}
</style>