Shades of Turquoise #40F1DB
Tints of Turquoise #40F1DB
RGB
CMYK
RGB Variations
Color information
#40F1DB (or 0x40F1DB) is known color: Turquoise. HEX triplet: 40, F1 and DB. RGB value is (64,241,219). Sum of RGB (Red+Green+Blue) = 64+241+219=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #40F1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F1DB is #BF0E24. Grayscale: #B9B9B9. Windows color (decimal): -12520997 or 14414144. OLE color: 14414144.
HSL color Cylindrical-coordinate representation of color #40F1DB: hue angle of 172.54º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F1DB is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 219 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.05 |
| HSL | 172.54º | 0.86% | 0.6% | - |
| HSV(B) | 172.54º | 0.73% | 0.95% | - |
| XYZ | 46.36 | 69.12 | 77.92 | - |
| YUV | 185.57 | 146.86 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 219 | 0.73 | 0 | 0.09 | 0.05 | 172.54 | 0.86 | 0.6 |
| Hex | 40 | F1 | DB | 49 | 0 | 9 | 5 | AD | 56 | 3C |
| Octal | 100 | 361 | 333 | 111 | 0 | 11 | 5 | 255 | 126 | 74 |
| Binary | 1000000 | 11110001 | 11011011 | 1001001 | 0 | 1001 | 101 | 10101101 | 1010110 | 111100 |
Color Harmonies of #40F1DB
Complementary color
Monochromatic Colors of #40F1DB
Black with #40F1DB
Text Example
Text Example
White with #40F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F1DB; }
p { color: rgb(64,241,219); }
H1.HeaderClassName
{
color: #40F1DB;
}
.AnyTagClassName
{
color: #40F1DB;
}
</style>
background-color css
<style>
a { background-color: #40F1DB; }
a { background-color: rgb(64,241,219); }
div.DivClassName
{
background-color: #40F1DB;
}
.BgClassName
{
background-color: #40F1DB;
}
</style>
border-color css
<style>
span { border-color: #40F1DB; }
span { border-color: rgb(64,241,219); }
td.TdClassName
{
border-color: #40F1DB;
}
.TagClassName
{
border-color: #40F1DB;
}
</style>