Shades of Turquoise #4ADBDC
Tints of Turquoise #4ADBDC
RGB
CMYK
RGB Variations
Color information
#4ADBDC (or 0x4ADBDC) is known color: Turquoise. HEX triplet: 4A, DB and DC. RGB value is (74,219,220). Sum of RGB (Red+Green+Blue) = 74+219+220=513 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.42% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ADBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBDC is #B52423. Grayscale: #AFAFAF. Windows color (decimal): -11871268 or 14474058. OLE color: 14474058.
HSL color Cylindrical-coordinate representation of color #4ADBDC: hue angle of 180.41º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADBDC is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 220 | - |
| CMYK | 0.66 | 0.00 | 0 | 0.14 |
| HSL | 180.41º | 0.68% | 0.58% | - |
| HSV(B) | 180.41º | 0.66% | 0.86% | - |
| XYZ | 41.07 | 57.29 | 76.6 | - |
| YUV | 175.76 | 152.96 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 220 | 0.66 | 0.00 | 0 | 0.14 | 180.41 | 0.68 | 0.58 |
| Hex | 4A | DB | DC | 42 | 0 | 0 | E | B4 | 44 | 3A |
| Octal | 112 | 333 | 334 | 102 | 0 | 0 | 16 | 264 | 104 | 72 |
| Binary | 1001010 | 11011011 | 11011100 | 1000010 | 0 | 0 | 1110 | 10110100 | 1000100 | 111010 |
Color Harmonies of #4ADBDC
Complementary color
Monochromatic Colors of #4ADBDC
Black with #4ADBDC
Text Example
Text Example
White with #4ADBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBDC; }
p { color: rgb(74,219,220); }
H1.HeaderClassName
{
color: #4ADBDC;
}
.AnyTagClassName
{
color: #4ADBDC;
}
</style>
background-color css
<style>
a { background-color: #4ADBDC; }
a { background-color: rgb(74,219,220); }
div.DivClassName
{
background-color: #4ADBDC;
}
.BgClassName
{
background-color: #4ADBDC;
}
</style>
border-color css
<style>
span { border-color: #4ADBDC; }
span { border-color: rgb(74,219,220); }
td.TdClassName
{
border-color: #4ADBDC;
}
.TagClassName
{
border-color: #4ADBDC;
}
</style>