Shades of Medium Turquoise #4AD2DF
Tints of Medium Turquoise #4AD2DF
RGB
CMYK
RGB Variations
Color information
#4AD2DF (or 0x4AD2DF) is known color: Medium Turquoise. HEX triplet: 4A, D2 and DF. RGB value is (74,210,223). Sum of RGB (Red+Green+Blue) = 74+210+223=507 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.60% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #4AD2DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD2DF is #B52D20. Grayscale: #AAAAAA. Windows color (decimal): -11873569 or 14668362. OLE color: 14668362.
HSL color Cylindrical-coordinate representation of color #4AD2DF: hue angle of 185.23º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AD2DF is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 210 | 223 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.13 |
| HSL | 185.23º | 0.7% | 0.58% | - |
| HSV(B) | 185.23º | 0.67% | 0.87% | - |
| XYZ | 39.19 | 52.88 | 77.95 | - |
| YUV | 170.82 | 157.44 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 223 | 0.67 | 0.06 | 0 | 0.13 | 185.23 | 0.7 | 0.58 |
| Hex | 4A | D2 | DF | 43 | 6 | 0 | D | B9 | 46 | 3A |
| Octal | 112 | 322 | 337 | 103 | 6 | 0 | 15 | 271 | 106 | 72 |
| Binary | 1001010 | 11010010 | 11011111 | 1000011 | 110 | 0 | 1101 | 10111001 | 1000110 | 111010 |
Color Harmonies of #4AD2DF
Complementary color
Monochromatic Colors of #4AD2DF
Black with #4AD2DF
Text Example
Text Example
White with #4AD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD2DF; }
p { color: rgb(74,210,223); }
H1.HeaderClassName
{
color: #4AD2DF;
}
.AnyTagClassName
{
color: #4AD2DF;
}
</style>
background-color css
<style>
a { background-color: #4AD2DF; }
a { background-color: rgb(74,210,223); }
div.DivClassName
{
background-color: #4AD2DF;
}
.BgClassName
{
background-color: #4AD2DF;
}
</style>
border-color css
<style>
span { border-color: #4AD2DF; }
span { border-color: rgb(74,210,223); }
td.TdClassName
{
border-color: #4AD2DF;
}
.TagClassName
{
border-color: #4AD2DF;
}
</style>