Shades of Medium Turquoise #40CED5
Tints of Medium Turquoise #40CED5
RGB
CMYK
RGB Variations
Color information
#40CED5 (or 0x40CED5) is known color: Medium Turquoise. HEX triplet: 40, CE and D5. RGB value is (64,206,213). Sum of RGB (Red+Green+Blue) = 64+206+213=483 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.25% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #40CED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CED5 is #BF312A. Grayscale: #A4A4A4. Windows color (decimal): -12529963 or 14011968. OLE color: 14011968.
HSL color Cylindrical-coordinate representation of color #40CED5: hue angle of 182.82º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40CED5 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 206 | 213 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.16 |
| HSL | 182.82º | 0.64% | 0.54% | - |
| HSV(B) | 182.82º | 0.7% | 0.84% | - |
| XYZ | 36.2 | 50.04 | 70.7 | - |
| YUV | 164.34 | 155.46 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 213 | 0.70 | 0.03 | 0 | 0.16 | 182.82 | 0.64 | 0.54 |
| Hex | 40 | CE | D5 | 46 | 3 | 0 | 10 | B7 | 40 | 36 |
| Octal | 100 | 316 | 325 | 106 | 3 | 0 | 20 | 267 | 100 | 66 |
| Binary | 1000000 | 11001110 | 11010101 | 1000110 | 11 | 0 | 10000 | 10110111 | 1000000 | 110110 |
Color Harmonies of #40CED5
Complementary color
Monochromatic Colors of #40CED5
Black with #40CED5
Text Example
Text Example
White with #40CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CED5; }
p { color: rgb(64,206,213); }
H1.HeaderClassName
{
color: #40CED5;
}
.AnyTagClassName
{
color: #40CED5;
}
</style>
background-color css
<style>
a { background-color: #40CED5; }
a { background-color: rgb(64,206,213); }
div.DivClassName
{
background-color: #40CED5;
}
.BgClassName
{
background-color: #40CED5;
}
</style>
border-color css
<style>
span { border-color: #40CED5; }
span { border-color: rgb(64,206,213); }
td.TdClassName
{
border-color: #40CED5;
}
.TagClassName
{
border-color: #40CED5;
}
</style>