Shades of Turquoise Blue #4CDDFA
Tints of Turquoise Blue #4CDDFA
RGB
CMYK
RGB Variations
Color information
#4CDDFA (or 0x4CDDFA) is known color: Turquoise Blue. HEX triplet: 4C, DD and FA. RGB value is (76,221,250). Sum of RGB (Red+Green+Blue) = 76+221+250=547 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.89% from 547); Green value is 221 (86.72% from 255 or 40.40% 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 #4CDDFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDDFA is #B32205. Grayscale: #B4B4B4. Windows color (decimal): -11739654 or 16440652. OLE color: 16440652.
HSL color Cylindrical-coordinate representation of color #4CDDFA: hue angle of 190º 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 #4CDDFA is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 221 | 250 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.02 |
| HSL | 190º | 0.95% | 0.64% | - |
| HSV(B) | 190º | 0.7% | 0.98% | - |
| XYZ | 46.09 | 60.15 | 99.62 | - |
| YUV | 180.95 | 166.96 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 250 | 0.70 | 0.12 | 0 | 0.02 | 190 | 0.95 | 0.64 |
| Hex | 4C | DD | FA | 46 | C | 0 | 2 | BE | 5F | 40 |
| Octal | 114 | 335 | 372 | 106 | 14 | 0 | 2 | 276 | 137 | 100 |
| Binary | 1001100 | 11011101 | 11111010 | 1000110 | 1100 | 0 | 10 | 10111110 | 1011111 | 1000000 |
Color Harmonies of #4CDDFA
Complementary color
Monochromatic Colors of #4CDDFA
Black with #4CDDFA
Text Example
Text Example
White with #4CDDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDFA; }
p { color: rgb(76,221,250); }
H1.HeaderClassName
{
color: #4CDDFA;
}
.AnyTagClassName
{
color: #4CDDFA;
}
</style>
background-color css
<style>
a { background-color: #4CDDFA; }
a { background-color: rgb(76,221,250); }
div.DivClassName
{
background-color: #4CDDFA;
}
.BgClassName
{
background-color: #4CDDFA;
}
</style>
border-color css
<style>
span { border-color: #4CDDFA; }
span { border-color: rgb(76,221,250); }
td.TdClassName
{
border-color: #4CDDFA;
}
.TagClassName
{
border-color: #4CDDFA;
}
</style>