Shades of Turquoise #40DFC3
Tints of Turquoise #40DFC3
RGB
CMYK
RGB Variations
Color information
#40DFC3 (or 0x40DFC3) is known color: Turquoise. HEX triplet: 40, DF and C3. RGB value is (64,223,195). Sum of RGB (Red+Green+Blue) = 64+223+195=482 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.28% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFC3 is #BF203C. Grayscale: #ACACAC. Windows color (decimal): -12525629 or 12836672. OLE color: 12836672.
HSL color Cylindrical-coordinate representation of color #40DFC3: hue angle of 169.43º 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 #40DFC3 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 195 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.13 |
| HSL | 169.43º | 0.71% | 0.56% | - |
| HSV(B) | 169.43º | 0.71% | 0.87% | - |
| XYZ | 38.35 | 57.81 | 60.77 | - |
| YUV | 172.27 | 140.82 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 195 | 0.71 | 0 | 0.13 | 0.13 | 169.43 | 0.71 | 0.56 |
| Hex | 40 | DF | C3 | 47 | 0 | D | D | A9 | 47 | 38 |
| Octal | 100 | 337 | 303 | 107 | 0 | 15 | 15 | 251 | 107 | 70 |
| Binary | 1000000 | 11011111 | 11000011 | 1000111 | 0 | 1101 | 1101 | 10101001 | 1000111 | 111000 |
Color Harmonies of #40DFC3
Complementary color
Monochromatic Colors of #40DFC3
Black with #40DFC3
Text Example
Text Example
White with #40DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFC3; }
p { color: rgb(64,223,195); }
H1.HeaderClassName
{
color: #40DFC3;
}
.AnyTagClassName
{
color: #40DFC3;
}
</style>
background-color css
<style>
a { background-color: #40DFC3; }
a { background-color: rgb(64,223,195); }
div.DivClassName
{
background-color: #40DFC3;
}
.BgClassName
{
background-color: #40DFC3;
}
</style>
border-color css
<style>
span { border-color: #40DFC3; }
span { border-color: rgb(64,223,195); }
td.TdClassName
{
border-color: #40DFC3;
}
.TagClassName
{
border-color: #40DFC3;
}
</style>