Shades of Turquoise Blue #4ADDF3
Tints of Turquoise Blue #4ADDF3
RGB
CMYK
RGB Variations
Color information
#4ADDF3 (or 0x4ADDF3) is known color: Turquoise Blue. HEX triplet: 4A, DD and F3. RGB value is (74,221,243). Sum of RGB (Red+Green+Blue) = 74+221+243=538 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.75% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #4ADDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADDF3 is #B5220C. Grayscale: #B3B3B3. Windows color (decimal): -11870733 or 15981898. OLE color: 15981898.
HSL color Cylindrical-coordinate representation of color #4ADDF3: hue angle of 187.81º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ADDF3 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 221 | 243 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.05 |
| HSL | 187.81º | 0.88% | 0.62% | - |
| HSV(B) | 187.81º | 0.7% | 0.95% | - |
| XYZ | 44.86 | 59.64 | 93.94 | - |
| YUV | 179.56 | 163.8 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 243 | 0.70 | 0.09 | 0 | 0.05 | 187.81 | 0.88 | 0.62 |
| Hex | 4A | DD | F3 | 46 | 9 | 0 | 5 | BC | 58 | 3E |
| Octal | 112 | 335 | 363 | 106 | 11 | 0 | 5 | 274 | 130 | 76 |
| Binary | 1001010 | 11011101 | 11110011 | 1000110 | 1001 | 0 | 101 | 10111100 | 1011000 | 111110 |
Color Harmonies of #4ADDF3
Complementary color
Monochromatic Colors of #4ADDF3
Black with #4ADDF3
Text Example
Text Example
White with #4ADDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDF3; }
p { color: rgb(74,221,243); }
H1.HeaderClassName
{
color: #4ADDF3;
}
.AnyTagClassName
{
color: #4ADDF3;
}
</style>
background-color css
<style>
a { background-color: #4ADDF3; }
a { background-color: rgb(74,221,243); }
div.DivClassName
{
background-color: #4ADDF3;
}
.BgClassName
{
background-color: #4ADDF3;
}
</style>
border-color css
<style>
span { border-color: #4ADDF3; }
span { border-color: rgb(74,221,243); }
td.TdClassName
{
border-color: #4ADDF3;
}
.TagClassName
{
border-color: #4ADDF3;
}
</style>