Shades of Turquoise #4ADBE6
Tints of Turquoise #4ADBE6
RGB
CMYK
RGB Variations
Color information
#4ADBE6 (or 0x4ADBE6) is known color: Turquoise. HEX triplet: 4A, DB and E6. RGB value is (74,219,230). Sum of RGB (Red+Green+Blue) = 74+219+230=523 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.15% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #4ADBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADBE6 is #B52419. Grayscale: #B0B0B0. Windows color (decimal): -11871258 or 15129418. OLE color: 15129418.
HSL color Cylindrical-coordinate representation of color #4ADBE6: hue angle of 184.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ADBE6 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 219 | 230 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.10 |
| HSL | 184.23º | 0.76% | 0.6% | - |
| HSV(B) | 184.23º | 0.68% | 0.9% | - |
| XYZ | 42.44 | 57.83 | 83.79 | - |
| YUV | 176.9 | 157.96 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 230 | 0.68 | 0.05 | 0 | 0.10 | 184.23 | 0.76 | 0.6 |
| Hex | 4A | DB | E6 | 44 | 5 | 0 | A | B8 | 4C | 3C |
| Octal | 112 | 333 | 346 | 104 | 5 | 0 | 12 | 270 | 114 | 74 |
| Binary | 1001010 | 11011011 | 11100110 | 1000100 | 101 | 0 | 1010 | 10111000 | 1001100 | 111100 |
Color Harmonies of #4ADBE6
Complementary color
Monochromatic Colors of #4ADBE6
Black with #4ADBE6
Text Example
Text Example
White with #4ADBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBE6; }
p { color: rgb(74,219,230); }
H1.HeaderClassName
{
color: #4ADBE6;
}
.AnyTagClassName
{
color: #4ADBE6;
}
</style>
background-color css
<style>
a { background-color: #4ADBE6; }
a { background-color: rgb(74,219,230); }
div.DivClassName
{
background-color: #4ADBE6;
}
.BgClassName
{
background-color: #4ADBE6;
}
</style>
border-color css
<style>
span { border-color: #4ADBE6; }
span { border-color: rgb(74,219,230); }
td.TdClassName
{
border-color: #4ADBE6;
}
.TagClassName
{
border-color: #4ADBE6;
}
</style>