Shades of Turquoise #4ADBEB
Tints of Turquoise #4ADBEB
RGB
CMYK
RGB Variations
Color information
#4ADBEB (or 0x4ADBEB) is known color: Turquoise. HEX triplet: 4A, DB and EB. RGB value is (74,219,235). Sum of RGB (Red+Green+Blue) = 74+219+235=528 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.02% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ADBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADBEB is #B52414. Grayscale: #B1B1B1. Windows color (decimal): -11871253 or 15457098. OLE color: 15457098.
HSL color Cylindrical-coordinate representation of color #4ADBEB: hue angle of 185.96º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ADBEB is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 219 | 235 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.08 |
| HSL | 185.96º | 0.8% | 0.61% | - |
| HSV(B) | 185.96º | 0.69% | 0.92% | - |
| XYZ | 43.15 | 58.12 | 87.54 | - |
| YUV | 177.47 | 160.46 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 235 | 0.69 | 0.07 | 0 | 0.08 | 185.96 | 0.8 | 0.61 |
| Hex | 4A | DB | EB | 45 | 7 | 0 | 8 | BA | 50 | 3D |
| Octal | 112 | 333 | 353 | 105 | 7 | 0 | 10 | 272 | 120 | 75 |
| Binary | 1001010 | 11011011 | 11101011 | 1000101 | 111 | 0 | 1000 | 10111010 | 1010000 | 111101 |
Color Harmonies of #4ADBEB
Complementary color
Monochromatic Colors of #4ADBEB
Black with #4ADBEB
Text Example
Text Example
White with #4ADBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBEB; }
p { color: rgb(74,219,235); }
H1.HeaderClassName
{
color: #4ADBEB;
}
.AnyTagClassName
{
color: #4ADBEB;
}
</style>
background-color css
<style>
a { background-color: #4ADBEB; }
a { background-color: rgb(74,219,235); }
div.DivClassName
{
background-color: #4ADBEB;
}
.BgClassName
{
background-color: #4ADBEB;
}
</style>
border-color css
<style>
span { border-color: #4ADBEB; }
span { border-color: rgb(74,219,235); }
td.TdClassName
{
border-color: #4ADBEB;
}
.TagClassName
{
border-color: #4ADBEB;
}
</style>