Shades of Turquoise #4CDFCA
Tints of Turquoise #4CDFCA
RGB
CMYK
RGB Variations
Color information
#4CDFCA (or 0x4CDFCA) is known color: Turquoise. HEX triplet: 4C, DF and CA. RGB value is (76,223,202). Sum of RGB (Red+Green+Blue) = 76+223+202=501 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.17% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFCA is #B32035. Grayscale: #B0B0B0. Windows color (decimal): -11739190 or 13295436. OLE color: 13295436.
HSL color Cylindrical-coordinate representation of color #4CDFCA: hue angle of 171.43º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDFCA is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 202 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.13 |
| HSL | 171.43º | 0.7% | 0.59% | - |
| HSV(B) | 171.43º | 0.66% | 0.87% | - |
| XYZ | 40.03 | 58.58 | 65.07 | - |
| YUV | 176.65 | 142.3 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 202 | 0.66 | 0 | 0.09 | 0.13 | 171.43 | 0.7 | 0.59 |
| Hex | 4C | DF | CA | 42 | 0 | 9 | D | AB | 46 | 3B |
| Octal | 114 | 337 | 312 | 102 | 0 | 11 | 15 | 253 | 106 | 73 |
| Binary | 1001100 | 11011111 | 11001010 | 1000010 | 0 | 1001 | 1101 | 10101011 | 1000110 | 111011 |
Color Harmonies of #4CDFCA
Complementary color
Monochromatic Colors of #4CDFCA
Black with #4CDFCA
Text Example
Text Example
White with #4CDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFCA; }
p { color: rgb(76,223,202); }
H1.HeaderClassName
{
color: #4CDFCA;
}
.AnyTagClassName
{
color: #4CDFCA;
}
</style>
background-color css
<style>
a { background-color: #4CDFCA; }
a { background-color: rgb(76,223,202); }
div.DivClassName
{
background-color: #4CDFCA;
}
.BgClassName
{
background-color: #4CDFCA;
}
</style>
border-color css
<style>
span { border-color: #4CDFCA; }
span { border-color: rgb(76,223,202); }
td.TdClassName
{
border-color: #4CDFCA;
}
.TagClassName
{
border-color: #4CDFCA;
}
</style>