Shades of Turquoise Blue #4ADFFC
Tints of Turquoise Blue #4ADFFC
RGB
CMYK
RGB Variations
Color information
#4ADFFC (or 0x4ADFFC) is known color: Turquoise Blue. HEX triplet: 4A, DF and FC. RGB value is (74,223,252). Sum of RGB (Red+Green+Blue) = 74+223+252=549 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.48% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #4ADFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADFFC is #B52003. Grayscale: #B5B5B5. Windows color (decimal): -11870212 or 16572234. OLE color: 16572234.
HSL color Cylindrical-coordinate representation of color #4ADFFC: hue angle of 189.78º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ADFFC is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 223 | 252 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.01 |
| HSL | 189.78º | 0.97% | 0.64% | - |
| HSV(B) | 189.78º | 0.71% | 0.99% | - |
| XYZ | 46.78 | 61.26 | 101.45 | - |
| YUV | 181.76 | 167.64 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 252 | 0.71 | 0.12 | 0 | 0.01 | 189.78 | 0.97 | 0.64 |
| Hex | 4A | DF | FC | 47 | C | 0 | 1 | BE | 61 | 40 |
| Octal | 112 | 337 | 374 | 107 | 14 | 0 | 1 | 276 | 141 | 100 |
| Binary | 1001010 | 11011111 | 11111100 | 1000111 | 1100 | 0 | 1 | 10111110 | 1100001 | 1000000 |
Color Harmonies of #4ADFFC
Complementary color
Monochromatic Colors of #4ADFFC
Black with #4ADFFC
Text Example
Text Example
White with #4ADFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADFFC; }
p { color: rgb(74,223,252); }
H1.HeaderClassName
{
color: #4ADFFC;
}
.AnyTagClassName
{
color: #4ADFFC;
}
</style>
background-color css
<style>
a { background-color: #4ADFFC; }
a { background-color: rgb(74,223,252); }
div.DivClassName
{
background-color: #4ADFFC;
}
.BgClassName
{
background-color: #4ADFFC;
}
</style>
border-color css
<style>
span { border-color: #4ADFFC; }
span { border-color: rgb(74,223,252); }
td.TdClassName
{
border-color: #4ADFFC;
}
.TagClassName
{
border-color: #4ADFFC;
}
</style>