Shades of Turquoise #40DBDF
Tints of Turquoise #40DBDF
RGB
CMYK
RGB Variations
Color information
#40DBDF (or 0x40DBDF) is known color: Turquoise. HEX triplet: 40, DB and DF. RGB value is (64,219,223). Sum of RGB (Red+Green+Blue) = 64+219+223=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #40DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBDF is #BF2420. Grayscale: #ACACAC. Windows color (decimal): -12526625 or 14670656. OLE color: 14670656.
HSL color Cylindrical-coordinate representation of color #40DBDF: hue angle of 181.51º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DBDF is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 219 | 223 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.13 |
| HSL | 181.51º | 0.71% | 0.56% | - |
| HSV(B) | 181.51º | 0.71% | 0.87% | - |
| XYZ | 40.77 | 57.08 | 78.68 | - |
| YUV | 173.11 | 156.15 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 223 | 0.71 | 0.02 | 0 | 0.13 | 181.51 | 0.71 | 0.56 |
| Hex | 40 | DB | DF | 47 | 2 | 0 | D | B6 | 47 | 38 |
| Octal | 100 | 333 | 337 | 107 | 2 | 0 | 15 | 266 | 107 | 70 |
| Binary | 1000000 | 11011011 | 11011111 | 1000111 | 10 | 0 | 1101 | 10110110 | 1000111 | 111000 |
Color Harmonies of #40DBDF
Complementary color
Monochromatic Colors of #40DBDF
Black with #40DBDF
Text Example
Text Example
White with #40DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBDF; }
p { color: rgb(64,219,223); }
H1.HeaderClassName
{
color: #40DBDF;
}
.AnyTagClassName
{
color: #40DBDF;
}
</style>
background-color css
<style>
a { background-color: #40DBDF; }
a { background-color: rgb(64,219,223); }
div.DivClassName
{
background-color: #40DBDF;
}
.BgClassName
{
background-color: #40DBDF;
}
</style>
border-color css
<style>
span { border-color: #40DBDF; }
span { border-color: rgb(64,219,223); }
td.TdClassName
{
border-color: #40DBDF;
}
.TagClassName
{
border-color: #40DBDF;
}
</style>