Shades of Turquoise #4ADEDF
Tints of Turquoise #4ADEDF
RGB
CMYK
RGB Variations
Color information
#4ADEDF (or 0x4ADEDF) is known color: Turquoise. HEX triplet: 4A, DE and DF. RGB value is (74,222,223). Sum of RGB (Red+Green+Blue) = 74+222+223=519 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.26% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #4ADEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADEDF is #B52120. Grayscale: #B1B1B1. Windows color (decimal): -11870497 or 14671434. OLE color: 14671434.
HSL color Cylindrical-coordinate representation of color #4ADEDF: hue angle of 180.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADEDF is Cyan = 0.67, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 223 | - |
| CMYK | 0.67 | 0.00 | 0 | 0.13 |
| HSL | 180.4º | 0.7% | 0.58% | - |
| HSV(B) | 180.4º | 0.67% | 0.87% | - |
| XYZ | 42.26 | 59.03 | 78.98 | - |
| YUV | 177.86 | 153.47 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 223 | 0.67 | 0.00 | 0 | 0.13 | 180.4 | 0.7 | 0.58 |
| Hex | 4A | DE | DF | 43 | 0 | 0 | D | B4 | 46 | 3A |
| Octal | 112 | 336 | 337 | 103 | 0 | 0 | 15 | 264 | 106 | 72 |
| Binary | 1001010 | 11011110 | 11011111 | 1000011 | 0 | 0 | 1101 | 10110100 | 1000110 | 111010 |
Color Harmonies of #4ADEDF
Complementary color
Monochromatic Colors of #4ADEDF
Black with #4ADEDF
Text Example
Text Example
White with #4ADEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEDF; }
p { color: rgb(74,222,223); }
H1.HeaderClassName
{
color: #4ADEDF;
}
.AnyTagClassName
{
color: #4ADEDF;
}
</style>
background-color css
<style>
a { background-color: #4ADEDF; }
a { background-color: rgb(74,222,223); }
div.DivClassName
{
background-color: #4ADEDF;
}
.BgClassName
{
background-color: #4ADEDF;
}
</style>
border-color css
<style>
span { border-color: #4ADEDF; }
span { border-color: rgb(74,222,223); }
td.TdClassName
{
border-color: #4ADEDF;
}
.TagClassName
{
border-color: #4ADEDF;
}
</style>