Shades of Turquoise Blue #4ADBFC
Tints of Turquoise Blue #4ADBFC
RGB
CMYK
RGB Variations
Color information
#4ADBFC (or 0x4ADBFC) is known color: Turquoise Blue. HEX triplet: 4A, DB and FC. RGB value is (74,219,252). Sum of RGB (Red+Green+Blue) = 74+219+252=545 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.58% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #4ADBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADBFC is #B52403. Grayscale: #B3B3B3. Windows color (decimal): -11871236 or 16571210. OLE color: 16571210.
HSL color Cylindrical-coordinate representation of color #4ADBFC: hue angle of 191.12º 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 #4ADBFC is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 219 | 252 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.01 |
| HSL | 191.12º | 0.97% | 0.64% | - |
| HSV(B) | 191.12º | 0.71% | 0.99% | - |
| XYZ | 45.73 | 59.15 | 101.1 | - |
| YUV | 179.41 | 168.96 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 252 | 0.71 | 0.13 | 0 | 0.01 | 191.12 | 0.97 | 0.64 |
| Hex | 4A | DB | FC | 47 | D | 0 | 1 | BF | 61 | 40 |
| Octal | 112 | 333 | 374 | 107 | 15 | 0 | 1 | 277 | 141 | 100 |
| Binary | 1001010 | 11011011 | 11111100 | 1000111 | 1101 | 0 | 1 | 10111111 | 1100001 | 1000000 |
Color Harmonies of #4ADBFC
Complementary color
Monochromatic Colors of #4ADBFC
Black with #4ADBFC
Text Example
Text Example
White with #4ADBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBFC; }
p { color: rgb(74,219,252); }
H1.HeaderClassName
{
color: #4ADBFC;
}
.AnyTagClassName
{
color: #4ADBFC;
}
</style>
background-color css
<style>
a { background-color: #4ADBFC; }
a { background-color: rgb(74,219,252); }
div.DivClassName
{
background-color: #4ADBFC;
}
.BgClassName
{
background-color: #4ADBFC;
}
</style>
border-color css
<style>
span { border-color: #4ADBFC; }
span { border-color: rgb(74,219,252); }
td.TdClassName
{
border-color: #4ADBFC;
}
.TagClassName
{
border-color: #4ADBFC;
}
</style>