Shades of Turquoise Blue #4ADFFA
Tints of Turquoise Blue #4ADFFA
RGB
CMYK
RGB Variations
Color information
#4ADFFA (or 0x4ADFFA) is known color: Turquoise Blue. HEX triplet: 4A, DF and FA. RGB value is (74,223,250). Sum of RGB (Red+Green+Blue) = 74+223+250=547 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.53% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #4ADFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADFFA is #B52005. Grayscale: #B5B5B5. Windows color (decimal): -11870214 or 16441162. OLE color: 16441162.
HSL color Cylindrical-coordinate representation of color #4ADFFA: hue angle of 189.2º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ADFFA is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 223 | 250 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.02 |
| HSL | 189.2º | 0.95% | 0.64% | - |
| HSV(B) | 189.2º | 0.7% | 0.98% | - |
| XYZ | 46.47 | 61.13 | 99.79 | - |
| YUV | 181.53 | 166.64 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 250 | 0.70 | 0.11 | 0 | 0.02 | 189.2 | 0.95 | 0.64 |
| Hex | 4A | DF | FA | 46 | B | 0 | 2 | BD | 5F | 40 |
| Octal | 112 | 337 | 372 | 106 | 13 | 0 | 2 | 275 | 137 | 100 |
| Binary | 1001010 | 11011111 | 11111010 | 1000110 | 1011 | 0 | 10 | 10111101 | 1011111 | 1000000 |
Color Harmonies of #4ADFFA
Complementary color
Monochromatic Colors of #4ADFFA
Black with #4ADFFA
Text Example
Text Example
White with #4ADFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFFA; }
p { color: rgb(74,223,250); }
H1.HeaderClassName
{
color: #4ADFFA;
}
.AnyTagClassName
{
color: #4ADFFA;
}
</style>
background-color css
<style>
a { background-color: #4ADFFA; }
a { background-color: rgb(74,223,250); }
div.DivClassName
{
background-color: #4ADFFA;
}
.BgClassName
{
background-color: #4ADFFA;
}
</style>
border-color css
<style>
span { border-color: #4ADFFA; }
span { border-color: rgb(74,223,250); }
td.TdClassName
{
border-color: #4ADFFA;
}
.TagClassName
{
border-color: #4ADFFA;
}
</style>