Shades of Turquoise Blue #4ADAF0
Tints of Turquoise Blue #4ADAF0
RGB
CMYK
RGB Variations
Color information
#4ADAF0 (or 0x4ADAF0) is known color: Turquoise Blue. HEX triplet: 4A, DA and F0. RGB value is (74,218,240). Sum of RGB (Red+Green+Blue) = 74+218+240=532 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.91% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #4ADAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADAF0 is #B5250F. Grayscale: #B1B1B1. Windows color (decimal): -11871504 or 15784522. OLE color: 15784522.
HSL color Cylindrical-coordinate representation of color #4ADAF0: hue angle of 187.95º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ADAF0 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 218 | 240 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.06 |
| HSL | 187.95º | 0.85% | 0.62% | - |
| HSV(B) | 187.95º | 0.69% | 0.94% | - |
| XYZ | 43.62 | 57.89 | 91.31 | - |
| YUV | 177.45 | 163.29 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 240 | 0.69 | 0.09 | 0 | 0.06 | 187.95 | 0.85 | 0.62 |
| Hex | 4A | DA | F0 | 45 | 9 | 0 | 6 | BC | 55 | 3E |
| Octal | 112 | 332 | 360 | 105 | 11 | 0 | 6 | 274 | 125 | 76 |
| Binary | 1001010 | 11011010 | 11110000 | 1000101 | 1001 | 0 | 110 | 10111100 | 1010101 | 111110 |
Color Harmonies of #4ADAF0
Complementary color
Monochromatic Colors of #4ADAF0
Black with #4ADAF0
Text Example
Text Example
White with #4ADAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADAF0; }
p { color: rgb(74,218,240); }
H1.HeaderClassName
{
color: #4ADAF0;
}
.AnyTagClassName
{
color: #4ADAF0;
}
</style>
background-color css
<style>
a { background-color: #4ADAF0; }
a { background-color: rgb(74,218,240); }
div.DivClassName
{
background-color: #4ADAF0;
}
.BgClassName
{
background-color: #4ADAF0;
}
</style>
border-color css
<style>
span { border-color: #4ADAF0; }
span { border-color: rgb(74,218,240); }
td.TdClassName
{
border-color: #4ADAF0;
}
.TagClassName
{
border-color: #4ADAF0;
}
</style>