Shades of Turquoise #4ADBD0
Tints of Turquoise #4ADBD0
RGB
CMYK
RGB Variations
Color information
#4ADBD0 (or 0x4ADBD0) is known color: Turquoise. HEX triplet: 4A, DB and D0. RGB value is (74,219,208). Sum of RGB (Red+Green+Blue) = 74+219+208=501 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.77% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBD0 is #B5242F. Grayscale: #AEAEAE. Windows color (decimal): -11871280 or 13687626. OLE color: 13687626.
HSL color Cylindrical-coordinate representation of color #4ADBD0: hue angle of 175.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADBD0 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 208 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.14 |
| HSL | 175.45º | 0.67% | 0.57% | - |
| HSV(B) | 175.45º | 0.66% | 0.86% | - |
| XYZ | 39.54 | 56.67 | 68.53 | - |
| YUV | 174.39 | 146.96 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 208 | 0.66 | 0 | 0.05 | 0.14 | 175.45 | 0.67 | 0.57 |
| Hex | 4A | DB | D0 | 42 | 0 | 5 | E | AF | 43 | 39 |
| Octal | 112 | 333 | 320 | 102 | 0 | 5 | 16 | 257 | 103 | 71 |
| Binary | 1001010 | 11011011 | 11010000 | 1000010 | 0 | 101 | 1110 | 10101111 | 1000011 | 111001 |
Color Harmonies of #4ADBD0
Complementary color
Monochromatic Colors of #4ADBD0
Black with #4ADBD0
Text Example
Text Example
White with #4ADBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBD0; }
p { color: rgb(74,219,208); }
H1.HeaderClassName
{
color: #4ADBD0;
}
.AnyTagClassName
{
color: #4ADBD0;
}
</style>
background-color css
<style>
a { background-color: #4ADBD0; }
a { background-color: rgb(74,219,208); }
div.DivClassName
{
background-color: #4ADBD0;
}
.BgClassName
{
background-color: #4ADBD0;
}
</style>
border-color css
<style>
span { border-color: #4ADBD0; }
span { border-color: rgb(74,219,208); }
td.TdClassName
{
border-color: #4ADBD0;
}
.TagClassName
{
border-color: #4ADBD0;
}
</style>