Shades of Turquoise Blue #4ADEF3
Tints of Turquoise Blue #4ADEF3
RGB
CMYK
RGB Variations
Color information
#4ADEF3 (or 0x4ADEF3) is known color: Turquoise Blue. HEX triplet: 4A, DE and F3. RGB value is (74,222,243). Sum of RGB (Red+Green+Blue) = 74+222+243=539 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.73% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #4ADEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADEF3 is #B5210C. Grayscale: #B3B3B3. Windows color (decimal): -11870477 or 15982154. OLE color: 15982154.
HSL color Cylindrical-coordinate representation of color #4ADEF3: hue angle of 187.46º 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 #4ADEF3 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 222 | 243 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.05 |
| HSL | 187.46º | 0.88% | 0.62% | - |
| HSV(B) | 187.46º | 0.7% | 0.95% | - |
| XYZ | 45.12 | 60.17 | 94.03 | - |
| YUV | 180.14 | 163.47 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 243 | 0.70 | 0.09 | 0 | 0.05 | 187.46 | 0.88 | 0.62 |
| Hex | 4A | DE | F3 | 46 | 9 | 0 | 5 | BB | 58 | 3E |
| Octal | 112 | 336 | 363 | 106 | 11 | 0 | 5 | 273 | 130 | 76 |
| Binary | 1001010 | 11011110 | 11110011 | 1000110 | 1001 | 0 | 101 | 10111011 | 1011000 | 111110 |
Color Harmonies of #4ADEF3
Complementary color
Monochromatic Colors of #4ADEF3
Black with #4ADEF3
Text Example
Text Example
White with #4ADEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEF3; }
p { color: rgb(74,222,243); }
H1.HeaderClassName
{
color: #4ADEF3;
}
.AnyTagClassName
{
color: #4ADEF3;
}
</style>
background-color css
<style>
a { background-color: #4ADEF3; }
a { background-color: rgb(74,222,243); }
div.DivClassName
{
background-color: #4ADEF3;
}
.BgClassName
{
background-color: #4ADEF3;
}
</style>
border-color css
<style>
span { border-color: #4ADEF3; }
span { border-color: rgb(74,222,243); }
td.TdClassName
{
border-color: #4ADEF3;
}
.TagClassName
{
border-color: #4ADEF3;
}
</style>