Shades of Turquoise #4ADFDB
Tints of Turquoise #4ADFDB
RGB
CMYK
RGB Variations
Color information
#4ADFDB (or 0x4ADFDB) is known color: Turquoise. HEX triplet: 4A, DF and DB. RGB value is (74,223,219). Sum of RGB (Red+Green+Blue) = 74+223+219=516 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.34% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFDB is #B52024. Grayscale: #B1B1B1. Windows color (decimal): -11870245 or 14409546. OLE color: 14409546.
HSL color Cylindrical-coordinate representation of color #4ADFDB: hue angle of 178.39º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADFDB is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 219 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.13 |
| HSL | 178.39º | 0.7% | 0.58% | - |
| HSV(B) | 178.39º | 0.67% | 0.87% | - |
| XYZ | 42 | 59.35 | 76.26 | - |
| YUV | 177.99 | 151.14 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 219 | 0.67 | 0 | 0.02 | 0.13 | 178.39 | 0.7 | 0.58 |
| Hex | 4A | DF | DB | 43 | 0 | 2 | D | B2 | 46 | 3A |
| Octal | 112 | 337 | 333 | 103 | 0 | 2 | 15 | 262 | 106 | 72 |
| Binary | 1001010 | 11011111 | 11011011 | 1000011 | 0 | 10 | 1101 | 10110010 | 1000110 | 111010 |
Color Harmonies of #4ADFDB
Complementary color
Monochromatic Colors of #4ADFDB
Black with #4ADFDB
Text Example
Text Example
White with #4ADFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFDB; }
p { color: rgb(74,223,219); }
H1.HeaderClassName
{
color: #4ADFDB;
}
.AnyTagClassName
{
color: #4ADFDB;
}
</style>
background-color css
<style>
a { background-color: #4ADFDB; }
a { background-color: rgb(74,223,219); }
div.DivClassName
{
background-color: #4ADFDB;
}
.BgClassName
{
background-color: #4ADFDB;
}
</style>
border-color css
<style>
span { border-color: #4ADFDB; }
span { border-color: rgb(74,223,219); }
td.TdClassName
{
border-color: #4ADFDB;
}
.TagClassName
{
border-color: #4ADFDB;
}
</style>