Shades of Turquoise #40FCCA
Tints of Turquoise #40FCCA
RGB
CMYK
RGB Variations
Color information
#40FCCA (or 0x40FCCA) is known color: Turquoise. HEX triplet: 40, FC and CA. RGB value is (64,252,202). Sum of RGB (Red+Green+Blue) = 64+252+202=518 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.36% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCCA is #BF0335. Grayscale: #BEBEBE. Windows color (decimal): -12518198 or 13302848. OLE color: 13302848.
HSL color Cylindrical-coordinate representation of color #40FCCA: hue angle of 164.04º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FCCA is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 202 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.01 |
| HSL | 164.04º | 0.97% | 0.62% | - |
| HSV(B) | 164.04º | 0.75% | 0.99% | - |
| XYZ | 47.59 | 74.98 | 67.84 | - |
| YUV | 190.09 | 134.72 | 38.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 202 | 0.75 | 0 | 0.20 | 0.01 | 164.04 | 0.97 | 0.62 |
| Hex | 40 | FC | CA | 4B | 0 | 14 | 1 | A4 | 61 | 3E |
| Octal | 100 | 374 | 312 | 113 | 0 | 24 | 1 | 244 | 141 | 76 |
| Binary | 1000000 | 11111100 | 11001010 | 1001011 | 0 | 10100 | 1 | 10100100 | 1100001 | 111110 |
Color Harmonies of #40FCCA
Complementary color
Monochromatic Colors of #40FCCA
Black with #40FCCA
Text Example
Text Example
White with #40FCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FCCA; }
p { color: rgb(64,252,202); }
H1.HeaderClassName
{
color: #40FCCA;
}
.AnyTagClassName
{
color: #40FCCA;
}
</style>
background-color css
<style>
a { background-color: #40FCCA; }
a { background-color: rgb(64,252,202); }
div.DivClassName
{
background-color: #40FCCA;
}
.BgClassName
{
background-color: #40FCCA;
}
</style>
border-color css
<style>
span { border-color: #40FCCA; }
span { border-color: rgb(64,252,202); }
td.TdClassName
{
border-color: #40FCCA;
}
.TagClassName
{
border-color: #40FCCA;
}
</style>