Shades of Medium Turquoise #40CBDA
Tints of Medium Turquoise #40CBDA
RGB
CMYK
RGB Variations
Color information
#40CBDA (or 0x40CBDA) is known color: Medium Turquoise. HEX triplet: 40, CB and DA. RGB value is (64,203,218). Sum of RGB (Red+Green+Blue) = 64+203+218=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #40CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBDA is #BF3425. Grayscale: #A2A2A2. Windows color (decimal): -12530726 or 14338880. OLE color: 14338880.
HSL color Cylindrical-coordinate representation of color #40CBDA: hue angle of 185.84º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CBDA is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 203 | 218 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.15 |
| HSL | 185.84º | 0.68% | 0.55% | - |
| HSV(B) | 185.84º | 0.71% | 0.85% | - |
| XYZ | 36.13 | 48.86 | 73.86 | - |
| YUV | 163.15 | 158.95 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 218 | 0.71 | 0.07 | 0 | 0.15 | 185.84 | 0.68 | 0.55 |
| Hex | 40 | CB | DA | 47 | 7 | 0 | F | BA | 44 | 37 |
| Octal | 100 | 313 | 332 | 107 | 7 | 0 | 17 | 272 | 104 | 67 |
| Binary | 1000000 | 11001011 | 11011010 | 1000111 | 111 | 0 | 1111 | 10111010 | 1000100 | 110111 |
Color Harmonies of #40CBDA
Complementary color
Monochromatic Colors of #40CBDA
Black with #40CBDA
Text Example
Text Example
White with #40CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBDA; }
p { color: rgb(64,203,218); }
H1.HeaderClassName
{
color: #40CBDA;
}
.AnyTagClassName
{
color: #40CBDA;
}
</style>
background-color css
<style>
a { background-color: #40CBDA; }
a { background-color: rgb(64,203,218); }
div.DivClassName
{
background-color: #40CBDA;
}
.BgClassName
{
background-color: #40CBDA;
}
</style>
border-color css
<style>
span { border-color: #40CBDA; }
span { border-color: rgb(64,203,218); }
td.TdClassName
{
border-color: #40CBDA;
}
.TagClassName
{
border-color: #40CBDA;
}
</style>