Shades of Turquoise #4ADDE9
Tints of Turquoise #4ADDE9
RGB
CMYK
RGB Variations
Color information
#4ADDE9 (or 0x4ADDE9) is known color: Turquoise. HEX triplet: 4A, DD and E9. RGB value is (74,221,233). Sum of RGB (Red+Green+Blue) = 74+221+233=528 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.02% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #4ADDE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADDE9 is #B52216. Grayscale: #B2B2B2. Windows color (decimal): -11870743 or 15326538. OLE color: 15326538.
HSL color Cylindrical-coordinate representation of color #4ADDE9: hue angle of 184.53º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ADDE9 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 221 | 233 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.09 |
| HSL | 184.53º | 0.78% | 0.6% | - |
| HSV(B) | 184.53º | 0.68% | 0.91% | - |
| XYZ | 43.39 | 59.05 | 86.2 | - |
| YUV | 178.42 | 158.8 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 233 | 0.68 | 0.05 | 0 | 0.09 | 184.53 | 0.78 | 0.6 |
| Hex | 4A | DD | E9 | 44 | 5 | 0 | 9 | B9 | 4E | 3C |
| Octal | 112 | 335 | 351 | 104 | 5 | 0 | 11 | 271 | 116 | 74 |
| Binary | 1001010 | 11011101 | 11101001 | 1000100 | 101 | 0 | 1001 | 10111001 | 1001110 | 111100 |
Color Harmonies of #4ADDE9
Complementary color
Monochromatic Colors of #4ADDE9
Black with #4ADDE9
Text Example
Text Example
White with #4ADDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDE9; }
p { color: rgb(74,221,233); }
H1.HeaderClassName
{
color: #4ADDE9;
}
.AnyTagClassName
{
color: #4ADDE9;
}
</style>
background-color css
<style>
a { background-color: #4ADDE9; }
a { background-color: rgb(74,221,233); }
div.DivClassName
{
background-color: #4ADDE9;
}
.BgClassName
{
background-color: #4ADDE9;
}
</style>
border-color css
<style>
span { border-color: #4ADDE9; }
span { border-color: rgb(74,221,233); }
td.TdClassName
{
border-color: #4ADDE9;
}
.TagClassName
{
border-color: #4ADDE9;
}
</style>