Shades of Turquoise #4ADCE6
Tints of Turquoise #4ADCE6
RGB
CMYK
RGB Variations
Color information
#4ADCE6 (or 0x4ADCE6) is known color: Turquoise. HEX triplet: 4A, DC and E6. RGB value is (74,220,230). Sum of RGB (Red+Green+Blue) = 74+220+230=524 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.12% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #4ADCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADCE6 is #B52319. Grayscale: #B1B1B1. Windows color (decimal): -11871002 or 15129674. OLE color: 15129674.
HSL color Cylindrical-coordinate representation of color #4ADCE6: hue angle of 183.85º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ADCE6 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 220 | 230 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.10 |
| HSL | 183.85º | 0.76% | 0.6% | - |
| HSV(B) | 183.85º | 0.68% | 0.9% | - |
| XYZ | 42.7 | 58.36 | 83.88 | - |
| YUV | 177.49 | 157.63 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 230 | 0.68 | 0.04 | 0 | 0.10 | 183.85 | 0.76 | 0.6 |
| Hex | 4A | DC | E6 | 44 | 4 | 0 | A | B8 | 4C | 3C |
| Octal | 112 | 334 | 346 | 104 | 4 | 0 | 12 | 270 | 114 | 74 |
| Binary | 1001010 | 11011100 | 11100110 | 1000100 | 100 | 0 | 1010 | 10111000 | 1001100 | 111100 |
Color Harmonies of #4ADCE6
Complementary color
Monochromatic Colors of #4ADCE6
Black with #4ADCE6
Text Example
Text Example
White with #4ADCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCE6; }
p { color: rgb(74,220,230); }
H1.HeaderClassName
{
color: #4ADCE6;
}
.AnyTagClassName
{
color: #4ADCE6;
}
</style>
background-color css
<style>
a { background-color: #4ADCE6; }
a { background-color: rgb(74,220,230); }
div.DivClassName
{
background-color: #4ADCE6;
}
.BgClassName
{
background-color: #4ADCE6;
}
</style>
border-color css
<style>
span { border-color: #4ADCE6; }
span { border-color: rgb(74,220,230); }
td.TdClassName
{
border-color: #4ADCE6;
}
.TagClassName
{
border-color: #4ADCE6;
}
</style>