Shades of Turquoise #40DFC1
Tints of Turquoise #40DFC1
RGB
CMYK
RGB Variations
Color information
#40DFC1 (or 0x40DFC1) is known color: Turquoise. HEX triplet: 40, DF and C1. RGB value is (64,223,193). Sum of RGB (Red+Green+Blue) = 64+223+193=480 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.33% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFC1 is #BF203E. Grayscale: #ABABAB. Windows color (decimal): -12525631 or 12705600. OLE color: 12705600.
HSL color Cylindrical-coordinate representation of color #40DFC1: hue angle of 168.68º 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 #40DFC1 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 193 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.13 |
| HSL | 168.68º | 0.71% | 0.56% | - |
| HSV(B) | 168.68º | 0.71% | 0.87% | - |
| XYZ | 38.13 | 57.72 | 59.58 | - |
| YUV | 172.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 193 | 0.71 | 0 | 0.13 | 0.13 | 168.68 | 0.71 | 0.56 |
| Hex | 40 | DF | C1 | 47 | 0 | D | D | A9 | 47 | 38 |
| Octal | 100 | 337 | 301 | 107 | 0 | 15 | 15 | 251 | 107 | 70 |
| Binary | 1000000 | 11011111 | 11000001 | 1000111 | 0 | 1101 | 1101 | 10101001 | 1000111 | 111000 |
Color Harmonies of #40DFC1
Complementary color
Monochromatic Colors of #40DFC1
Black with #40DFC1
Text Example
Text Example
White with #40DFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFC1; }
p { color: rgb(64,223,193); }
H1.HeaderClassName
{
color: #40DFC1;
}
.AnyTagClassName
{
color: #40DFC1;
}
</style>
background-color css
<style>
a { background-color: #40DFC1; }
a { background-color: rgb(64,223,193); }
div.DivClassName
{
background-color: #40DFC1;
}
.BgClassName
{
background-color: #40DFC1;
}
</style>
border-color css
<style>
span { border-color: #40DFC1; }
span { border-color: rgb(64,223,193); }
td.TdClassName
{
border-color: #40DFC1;
}
.TagClassName
{
border-color: #40DFC1;
}
</style>