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