Shades of Medium Turquoise #4AD5DC
Tints of Medium Turquoise #4AD5DC
RGB
CMYK
RGB Variations
Color information
#4AD5DC (or 0x4AD5DC) is known color: Medium Turquoise. HEX triplet: 4A, D5 and DC. RGB value is (74,213,220). Sum of RGB (Red+Green+Blue) = 74+213+220=507 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.60% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AD5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD5DC is #B52A23. Grayscale: #ACACAC. Windows color (decimal): -11872804 or 14472522. OLE color: 14472522.
HSL color Cylindrical-coordinate representation of color #4AD5DC: hue angle of 182.88º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD5DC is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 213 | 220 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.14 |
| HSL | 182.88º | 0.68% | 0.58% | - |
| HSV(B) | 182.88º | 0.66% | 0.86% | - |
| XYZ | 39.54 | 54.21 | 76.09 | - |
| YUV | 172.24 | 154.95 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 220 | 0.66 | 0.03 | 0 | 0.14 | 182.88 | 0.68 | 0.58 |
| Hex | 4A | D5 | DC | 42 | 3 | 0 | E | B7 | 44 | 3A |
| Octal | 112 | 325 | 334 | 102 | 3 | 0 | 16 | 267 | 104 | 72 |
| Binary | 1001010 | 11010101 | 11011100 | 1000010 | 11 | 0 | 1110 | 10110111 | 1000100 | 111010 |
Color Harmonies of #4AD5DC
Complementary color
Monochromatic Colors of #4AD5DC
Black with #4AD5DC
Text Example
Text Example
White with #4AD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD5DC; }
p { color: rgb(74,213,220); }
H1.HeaderClassName
{
color: #4AD5DC;
}
.AnyTagClassName
{
color: #4AD5DC;
}
</style>
background-color css
<style>
a { background-color: #4AD5DC; }
a { background-color: rgb(74,213,220); }
div.DivClassName
{
background-color: #4AD5DC;
}
.BgClassName
{
background-color: #4AD5DC;
}
</style>
border-color css
<style>
span { border-color: #4AD5DC; }
span { border-color: rgb(74,213,220); }
td.TdClassName
{
border-color: #4AD5DC;
}
.TagClassName
{
border-color: #4AD5DC;
}
</style>