Shades of Turquoise #4ADCEA
Tints of Turquoise #4ADCEA
RGB
CMYK
RGB Variations
Color information
#4ADCEA (or 0x4ADCEA) is known color: Turquoise. HEX triplet: 4A, DC and EA. RGB value is (74,220,234). Sum of RGB (Red+Green+Blue) = 74+220+234=528 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.02% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ADCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADCEA is #B52315. Grayscale: #B1B1B1. Windows color (decimal): -11870998 or 15391818. OLE color: 15391818.
HSL color Cylindrical-coordinate representation of color #4ADCEA: hue angle of 185.25º 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 #4ADCEA is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 220 | 234 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.08 |
| HSL | 185.25º | 0.79% | 0.6% | - |
| HSV(B) | 185.25º | 0.68% | 0.92% | - |
| XYZ | 43.27 | 58.58 | 86.87 | - |
| YUV | 177.94 | 159.63 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 234 | 0.68 | 0.06 | 0 | 0.08 | 185.25 | 0.79 | 0.6 |
| Hex | 4A | DC | EA | 44 | 6 | 0 | 8 | B9 | 4F | 3C |
| Octal | 112 | 334 | 352 | 104 | 6 | 0 | 10 | 271 | 117 | 74 |
| Binary | 1001010 | 11011100 | 11101010 | 1000100 | 110 | 0 | 1000 | 10111001 | 1001111 | 111100 |
Color Harmonies of #4ADCEA
Complementary color
Monochromatic Colors of #4ADCEA
Black with #4ADCEA
Text Example
Text Example
White with #4ADCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCEA; }
p { color: rgb(74,220,234); }
H1.HeaderClassName
{
color: #4ADCEA;
}
.AnyTagClassName
{
color: #4ADCEA;
}
</style>
background-color css
<style>
a { background-color: #4ADCEA; }
a { background-color: rgb(74,220,234); }
div.DivClassName
{
background-color: #4ADCEA;
}
.BgClassName
{
background-color: #4ADCEA;
}
</style>
border-color css
<style>
span { border-color: #4ADCEA; }
span { border-color: rgb(74,220,234); }
td.TdClassName
{
border-color: #4ADCEA;
}
.TagClassName
{
border-color: #4ADCEA;
}
</style>