Shades of Turquoise Blue #4ADDF1
Tints of Turquoise Blue #4ADDF1
RGB
CMYK
RGB Variations
Color information
#4ADDF1 (or 0x4ADDF1) is known color: Turquoise Blue. HEX triplet: 4A, DD and F1. RGB value is (74,221,241). Sum of RGB (Red+Green+Blue) = 74+221+241=536 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.81% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #4ADDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADDF1 is #B5220E. Grayscale: #B3B3B3. Windows color (decimal): -11870735 or 15850826. OLE color: 15850826.
HSL color Cylindrical-coordinate representation of color #4ADDF1: hue angle of 187.19º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ADDF1 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 221 | 241 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.05 |
| HSL | 187.19º | 0.86% | 0.62% | - |
| HSV(B) | 187.19º | 0.69% | 0.95% | - |
| XYZ | 44.56 | 59.52 | 92.36 | - |
| YUV | 179.33 | 162.8 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 241 | 0.69 | 0.08 | 0 | 0.05 | 187.19 | 0.86 | 0.62 |
| Hex | 4A | DD | F1 | 45 | 8 | 0 | 5 | BB | 56 | 3E |
| Octal | 112 | 335 | 361 | 105 | 10 | 0 | 5 | 273 | 126 | 76 |
| Binary | 1001010 | 11011101 | 11110001 | 1000101 | 1000 | 0 | 101 | 10111011 | 1010110 | 111110 |
Color Harmonies of #4ADDF1
Complementary color
Monochromatic Colors of #4ADDF1
Black with #4ADDF1
Text Example
Text Example
White with #4ADDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDF1; }
p { color: rgb(74,221,241); }
H1.HeaderClassName
{
color: #4ADDF1;
}
.AnyTagClassName
{
color: #4ADDF1;
}
</style>
background-color css
<style>
a { background-color: #4ADDF1; }
a { background-color: rgb(74,221,241); }
div.DivClassName
{
background-color: #4ADDF1;
}
.BgClassName
{
background-color: #4ADDF1;
}
</style>
border-color css
<style>
span { border-color: #4ADDF1; }
span { border-color: rgb(74,221,241); }
td.TdClassName
{
border-color: #4ADDF1;
}
.TagClassName
{
border-color: #4ADDF1;
}
</style>