Shades of Turquoise #4CDDD3
Tints of Turquoise #4CDDD3
RGB
CMYK
RGB Variations
Color information
#4CDDD3 (or 0x4CDDD3) is known color: Turquoise. HEX triplet: 4C, DD and D3. RGB value is (76,221,211). Sum of RGB (Red+Green+Blue) = 76+221+211=508 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.96% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDD3 is #B3222C. Grayscale: #B0B0B0. Windows color (decimal): -11739693 or 13884748. OLE color: 13884748.
HSL color Cylindrical-coordinate representation of color #4CDDD3: hue angle of 175.86º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDDD3 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 211 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.13 |
| HSL | 175.86º | 0.68% | 0.58% | - |
| HSV(B) | 175.86º | 0.66% | 0.87% | - |
| XYZ | 40.59 | 57.95 | 70.67 | - |
| YUV | 176.51 | 147.46 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 211 | 0.66 | 0 | 0.05 | 0.13 | 175.86 | 0.68 | 0.58 |
| Hex | 4C | DD | D3 | 42 | 0 | 5 | D | B0 | 44 | 3A |
| Octal | 114 | 335 | 323 | 102 | 0 | 5 | 15 | 260 | 104 | 72 |
| Binary | 1001100 | 11011101 | 11010011 | 1000010 | 0 | 101 | 1101 | 10110000 | 1000100 | 111010 |
Color Harmonies of #4CDDD3
Complementary color
Monochromatic Colors of #4CDDD3
Black with #4CDDD3
Text Example
Text Example
White with #4CDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDD3; }
p { color: rgb(76,221,211); }
H1.HeaderClassName
{
color: #4CDDD3;
}
.AnyTagClassName
{
color: #4CDDD3;
}
</style>
background-color css
<style>
a { background-color: #4CDDD3; }
a { background-color: rgb(76,221,211); }
div.DivClassName
{
background-color: #4CDDD3;
}
.BgClassName
{
background-color: #4CDDD3;
}
</style>
border-color css
<style>
span { border-color: #4CDDD3; }
span { border-color: rgb(76,221,211); }
td.TdClassName
{
border-color: #4CDDD3;
}
.TagClassName
{
border-color: #4CDDD3;
}
</style>