Shades of Turquoise #4ADDEA
Tints of Turquoise #4ADDEA
RGB
CMYK
RGB Variations
Color information
#4ADDEA (or 0x4ADDEA) is known color: Turquoise. HEX triplet: 4A, DD and EA. RGB value is (74,221,234). Sum of RGB (Red+Green+Blue) = 74+221+234=529 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.99% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ADDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADDEA is #B52215. Grayscale: #B2B2B2. Windows color (decimal): -11870742 or 15392074. OLE color: 15392074.
HSL color Cylindrical-coordinate representation of color #4ADDEA: hue angle of 184.88º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ADDEA is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 221 | 234 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.08 |
| HSL | 184.88º | 0.79% | 0.6% | - |
| HSV(B) | 184.88º | 0.68% | 0.92% | - |
| XYZ | 43.53 | 59.11 | 86.96 | - |
| YUV | 178.53 | 159.3 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 234 | 0.68 | 0.06 | 0 | 0.08 | 184.88 | 0.79 | 0.6 |
| Hex | 4A | DD | EA | 44 | 6 | 0 | 8 | B9 | 4F | 3C |
| Octal | 112 | 335 | 352 | 104 | 6 | 0 | 10 | 271 | 117 | 74 |
| Binary | 1001010 | 11011101 | 11101010 | 1000100 | 110 | 0 | 1000 | 10111001 | 1001111 | 111100 |
Color Harmonies of #4ADDEA
Complementary color
Monochromatic Colors of #4ADDEA
Black with #4ADDEA
Text Example
Text Example
White with #4ADDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDEA; }
p { color: rgb(74,221,234); }
H1.HeaderClassName
{
color: #4ADDEA;
}
.AnyTagClassName
{
color: #4ADDEA;
}
</style>
background-color css
<style>
a { background-color: #4ADDEA; }
a { background-color: rgb(74,221,234); }
div.DivClassName
{
background-color: #4ADDEA;
}
.BgClassName
{
background-color: #4ADDEA;
}
</style>
border-color css
<style>
span { border-color: #4ADDEA; }
span { border-color: rgb(74,221,234); }
td.TdClassName
{
border-color: #4ADDEA;
}
.TagClassName
{
border-color: #4ADDEA;
}
</style>