Shades of Turquoise #4ADEEA
Tints of Turquoise #4ADEEA
RGB
CMYK
RGB Variations
Color information
#4ADEEA (or 0x4ADEEA) is known color: Turquoise. HEX triplet: 4A, DE and EA. RGB value is (74,222,234). Sum of RGB (Red+Green+Blue) = 74+222+234=530 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.96% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ADEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADEEA is #B52115. Grayscale: #B2B2B2. Windows color (decimal): -11870486 or 15392330. OLE color: 15392330.
HSL color Cylindrical-coordinate representation of color #4ADEEA: hue angle of 184.5º 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 #4ADEEA is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 222 | 234 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.08 |
| HSL | 184.5º | 0.79% | 0.6% | - |
| HSV(B) | 184.5º | 0.68% | 0.92% | - |
| XYZ | 43.8 | 59.64 | 87.05 | - |
| YUV | 179.12 | 158.97 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 234 | 0.68 | 0.05 | 0 | 0.08 | 184.5 | 0.79 | 0.6 |
| Hex | 4A | DE | EA | 44 | 5 | 0 | 8 | B8 | 4F | 3C |
| Octal | 112 | 336 | 352 | 104 | 5 | 0 | 10 | 270 | 117 | 74 |
| Binary | 1001010 | 11011110 | 11101010 | 1000100 | 101 | 0 | 1000 | 10111000 | 1001111 | 111100 |
Color Harmonies of #4ADEEA
Complementary color
Monochromatic Colors of #4ADEEA
Black with #4ADEEA
Text Example
Text Example
White with #4ADEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEEA; }
p { color: rgb(74,222,234); }
H1.HeaderClassName
{
color: #4ADEEA;
}
.AnyTagClassName
{
color: #4ADEEA;
}
</style>
background-color css
<style>
a { background-color: #4ADEEA; }
a { background-color: rgb(74,222,234); }
div.DivClassName
{
background-color: #4ADEEA;
}
.BgClassName
{
background-color: #4ADEEA;
}
</style>
border-color css
<style>
span { border-color: #4ADEEA; }
span { border-color: rgb(74,222,234); }
td.TdClassName
{
border-color: #4ADEEA;
}
.TagClassName
{
border-color: #4ADEEA;
}
</style>