Shades of Turquoise #4ADBDA
Tints of Turquoise #4ADBDA
RGB
CMYK
RGB Variations
Color information
#4ADBDA (or 0x4ADBDA) is known color: Turquoise. HEX triplet: 4A, DB and DA. RGB value is (74,219,218). Sum of RGB (Red+Green+Blue) = 74+219+218=511 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.48% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBDA is #B52425. Grayscale: #AFAFAF. Windows color (decimal): -11871270 or 14342986. OLE color: 14342986.
HSL color Cylindrical-coordinate representation of color #4ADBDA: hue angle of 179.59º 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 #4ADBDA is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 218 | - |
| CMYK | 0.66 | 0 | 0.00 | 0.14 |
| HSL | 179.59º | 0.67% | 0.57% | - |
| HSV(B) | 179.59º | 0.66% | 0.86% | - |
| XYZ | 40.81 | 57.18 | 75.22 | - |
| YUV | 175.53 | 151.96 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 218 | 0.66 | 0 | 0.00 | 0.14 | 179.59 | 0.67 | 0.57 |
| Hex | 4A | DB | DA | 42 | 0 | 0 | E | B4 | 43 | 39 |
| Octal | 112 | 333 | 332 | 102 | 0 | 0 | 16 | 264 | 103 | 71 |
| Binary | 1001010 | 11011011 | 11011010 | 1000010 | 0 | 0 | 1110 | 10110100 | 1000011 | 111001 |
Color Harmonies of #4ADBDA
Complementary color
Monochromatic Colors of #4ADBDA
Black with #4ADBDA
Text Example
Text Example
White with #4ADBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBDA; }
p { color: rgb(74,219,218); }
H1.HeaderClassName
{
color: #4ADBDA;
}
.AnyTagClassName
{
color: #4ADBDA;
}
</style>
background-color css
<style>
a { background-color: #4ADBDA; }
a { background-color: rgb(74,219,218); }
div.DivClassName
{
background-color: #4ADBDA;
}
.BgClassName
{
background-color: #4ADBDA;
}
</style>
border-color css
<style>
span { border-color: #4ADBDA; }
span { border-color: rgb(74,219,218); }
td.TdClassName
{
border-color: #4ADBDA;
}
.TagClassName
{
border-color: #4ADBDA;
}
</style>