Shades of Turquoise #4ADBD3
Tints of Turquoise #4ADBD3
RGB
CMYK
RGB Variations
Color information
#4ADBD3 (or 0x4ADBD3) is known color: Turquoise. HEX triplet: 4A, DB and D3. RGB value is (74,219,211). Sum of RGB (Red+Green+Blue) = 74+219+211=504 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.68% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBD3 is #B5242C. Grayscale: #AEAEAE. Windows color (decimal): -11871277 or 13884234. OLE color: 13884234.
HSL color Cylindrical-coordinate representation of color #4ADBD3: hue angle of 176.69º 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 #4ADBD3 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 211 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.14 |
| HSL | 176.69º | 0.67% | 0.57% | - |
| HSV(B) | 176.69º | 0.66% | 0.86% | - |
| XYZ | 39.91 | 56.82 | 70.49 | - |
| YUV | 174.73 | 148.46 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 211 | 0.66 | 0 | 0.04 | 0.14 | 176.69 | 0.67 | 0.57 |
| Hex | 4A | DB | D3 | 42 | 0 | 4 | E | B1 | 43 | 39 |
| Octal | 112 | 333 | 323 | 102 | 0 | 4 | 16 | 261 | 103 | 71 |
| Binary | 1001010 | 11011011 | 11010011 | 1000010 | 0 | 100 | 1110 | 10110001 | 1000011 | 111001 |
Color Harmonies of #4ADBD3
Complementary color
Monochromatic Colors of #4ADBD3
Black with #4ADBD3
Text Example
Text Example
White with #4ADBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBD3; }
p { color: rgb(74,219,211); }
H1.HeaderClassName
{
color: #4ADBD3;
}
.AnyTagClassName
{
color: #4ADBD3;
}
</style>
background-color css
<style>
a { background-color: #4ADBD3; }
a { background-color: rgb(74,219,211); }
div.DivClassName
{
background-color: #4ADBD3;
}
.BgClassName
{
background-color: #4ADBD3;
}
</style>
border-color css
<style>
span { border-color: #4ADBD3; }
span { border-color: rgb(74,219,211); }
td.TdClassName
{
border-color: #4ADBD3;
}
.TagClassName
{
border-color: #4ADBD3;
}
</style>