Shades of Turquoise Blue #4AD9F1
Tints of Turquoise Blue #4AD9F1
RGB
CMYK
RGB Variations
Color information
#4AD9F1 (or 0x4AD9F1) is known color: Turquoise Blue. HEX triplet: 4A, D9 and F1. RGB value is (74,217,241). Sum of RGB (Red+Green+Blue) = 74+217+241=532 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.91% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #4AD9F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD9F1 is #B5260E. Grayscale: #B0B0B0. Windows color (decimal): -11871759 or 15849802. OLE color: 15849802.
HSL color Cylindrical-coordinate representation of color #4AD9F1: hue angle of 188.62º 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 #4AD9F1 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 217 | 241 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.05 |
| HSL | 188.62º | 0.86% | 0.62% | - |
| HSV(B) | 188.62º | 0.69% | 0.95% | - |
| XYZ | 43.51 | 57.43 | 92.01 | - |
| YUV | 176.98 | 164.12 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 241 | 0.69 | 0.10 | 0 | 0.05 | 188.62 | 0.86 | 0.62 |
| Hex | 4A | D9 | F1 | 45 | A | 0 | 5 | BD | 56 | 3E |
| Octal | 112 | 331 | 361 | 105 | 12 | 0 | 5 | 275 | 126 | 76 |
| Binary | 1001010 | 11011001 | 11110001 | 1000101 | 1010 | 0 | 101 | 10111101 | 1010110 | 111110 |
Color Harmonies of #4AD9F1
Complementary color
Monochromatic Colors of #4AD9F1
Black with #4AD9F1
Text Example
Text Example
White with #4AD9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD9F1; }
p { color: rgb(74,217,241); }
H1.HeaderClassName
{
color: #4AD9F1;
}
.AnyTagClassName
{
color: #4AD9F1;
}
</style>
background-color css
<style>
a { background-color: #4AD9F1; }
a { background-color: rgb(74,217,241); }
div.DivClassName
{
background-color: #4AD9F1;
}
.BgClassName
{
background-color: #4AD9F1;
}
</style>
border-color css
<style>
span { border-color: #4AD9F1; }
span { border-color: rgb(74,217,241); }
td.TdClassName
{
border-color: #4AD9F1;
}
.TagClassName
{
border-color: #4AD9F1;
}
</style>