Shades of Turquoise #4ADBD5
Tints of Turquoise #4ADBD5
RGB
CMYK
RGB Variations
Color information
#4ADBD5 (or 0x4ADBD5) is known color: Turquoise. HEX triplet: 4A, DB and D5. RGB value is (74,219,213). Sum of RGB (Red+Green+Blue) = 74+219+213=506 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.62% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBD5 is #B5242A. Grayscale: #AEAEAE. Windows color (decimal): -11871275 or 14015306. OLE color: 14015306.
HSL color Cylindrical-coordinate representation of color #4ADBD5: hue angle of 177.52º 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 #4ADBD5 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 213 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.14 |
| HSL | 177.52º | 0.67% | 0.57% | - |
| HSV(B) | 177.52º | 0.66% | 0.86% | - |
| XYZ | 40.17 | 56.92 | 71.82 | - |
| YUV | 174.96 | 149.46 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 213 | 0.66 | 0 | 0.03 | 0.14 | 177.52 | 0.67 | 0.57 |
| Hex | 4A | DB | D5 | 42 | 0 | 3 | E | B2 | 43 | 39 |
| Octal | 112 | 333 | 325 | 102 | 0 | 3 | 16 | 262 | 103 | 71 |
| Binary | 1001010 | 11011011 | 11010101 | 1000010 | 0 | 11 | 1110 | 10110010 | 1000011 | 111001 |
Color Harmonies of #4ADBD5
Complementary color
Monochromatic Colors of #4ADBD5
Black with #4ADBD5
Text Example
Text Example
White with #4ADBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBD5; }
p { color: rgb(74,219,213); }
H1.HeaderClassName
{
color: #4ADBD5;
}
.AnyTagClassName
{
color: #4ADBD5;
}
</style>
background-color css
<style>
a { background-color: #4ADBD5; }
a { background-color: rgb(74,219,213); }
div.DivClassName
{
background-color: #4ADBD5;
}
.BgClassName
{
background-color: #4ADBD5;
}
</style>
border-color css
<style>
span { border-color: #4ADBD5; }
span { border-color: rgb(74,219,213); }
td.TdClassName
{
border-color: #4ADBD5;
}
.TagClassName
{
border-color: #4ADBD5;
}
</style>