Shades of Medium Turquoise #40CFDB
Tints of Medium Turquoise #40CFDB
RGB
CMYK
RGB Variations
Color information
#40CFDB (or 0x40CFDB) is known color: Medium Turquoise. HEX triplet: 40, CF and DB. RGB value is (64,207,219). Sum of RGB (Red+Green+Blue) = 64+207+219=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #40CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFDB is #BF3024. Grayscale: #A5A5A5. Windows color (decimal): -12529701 or 14405440. OLE color: 14405440.
HSL color Cylindrical-coordinate representation of color #40CFDB: hue angle of 184.65º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CFDB is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 207 | 219 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.14 |
| HSL | 184.65º | 0.68% | 0.55% | - |
| HSV(B) | 184.65º | 0.71% | 0.86% | - |
| XYZ | 37.21 | 50.83 | 74.87 | - |
| YUV | 165.61 | 158.12 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 219 | 0.71 | 0.05 | 0 | 0.14 | 184.65 | 0.68 | 0.55 |
| Hex | 40 | CF | DB | 47 | 5 | 0 | E | B9 | 44 | 37 |
| Octal | 100 | 317 | 333 | 107 | 5 | 0 | 16 | 271 | 104 | 67 |
| Binary | 1000000 | 11001111 | 11011011 | 1000111 | 101 | 0 | 1110 | 10111001 | 1000100 | 110111 |
Color Harmonies of #40CFDB
Complementary color
Monochromatic Colors of #40CFDB
Black with #40CFDB
Text Example
Text Example
White with #40CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFDB; }
p { color: rgb(64,207,219); }
H1.HeaderClassName
{
color: #40CFDB;
}
.AnyTagClassName
{
color: #40CFDB;
}
</style>
background-color css
<style>
a { background-color: #40CFDB; }
a { background-color: rgb(64,207,219); }
div.DivClassName
{
background-color: #40CFDB;
}
.BgClassName
{
background-color: #40CFDB;
}
</style>
border-color css
<style>
span { border-color: #40CFDB; }
span { border-color: rgb(64,207,219); }
td.TdClassName
{
border-color: #40CFDB;
}
.TagClassName
{
border-color: #40CFDB;
}
</style>