Shades of Turquoise #40F5C3
Tints of Turquoise #40F5C3
RGB
CMYK
RGB Variations
Color information
#40F5C3 (or 0x40F5C3) is known color: Turquoise. HEX triplet: 40, F5 and C3. RGB value is (64,245,195). Sum of RGB (Red+Green+Blue) = 64+245+195=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #40F5C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F5C3 is #BF0A3C. Grayscale: #B9B9B9. Windows color (decimal): -12519997 or 12842304. OLE color: 12842304.
HSL color Cylindrical-coordinate representation of color #40F5C3: hue angle of 163.43º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F5C3 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 245 | 195 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.04 |
| HSL | 163.43º | 0.9% | 0.61% | - |
| HSV(B) | 163.43º | 0.74% | 0.96% | - |
| XYZ | 44.62 | 70.33 | 62.85 | - |
| YUV | 185.18 | 133.53 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 245 | 195 | 0.74 | 0 | 0.20 | 0.04 | 163.43 | 0.9 | 0.61 |
| Hex | 40 | F5 | C3 | 4A | 0 | 14 | 4 | A3 | 5A | 3D |
| Octal | 100 | 365 | 303 | 112 | 0 | 24 | 4 | 243 | 132 | 75 |
| Binary | 1000000 | 11110101 | 11000011 | 1001010 | 0 | 10100 | 100 | 10100011 | 1011010 | 111101 |
Color Harmonies of #40F5C3
Complementary color
Monochromatic Colors of #40F5C3
Black with #40F5C3
Text Example
Text Example
White with #40F5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F5C3; }
p { color: rgb(64,245,195); }
H1.HeaderClassName
{
color: #40F5C3;
}
.AnyTagClassName
{
color: #40F5C3;
}
</style>
background-color css
<style>
a { background-color: #40F5C3; }
a { background-color: rgb(64,245,195); }
div.DivClassName
{
background-color: #40F5C3;
}
.BgClassName
{
background-color: #40F5C3;
}
</style>
border-color css
<style>
span { border-color: #40F5C3; }
span { border-color: rgb(64,245,195); }
td.TdClassName
{
border-color: #40F5C3;
}
.TagClassName
{
border-color: #40F5C3;
}
</style>