Shades of Turquoise Blue #4CDDFF
Tints of Turquoise Blue #4CDDFF
RGB
CMYK
RGB Variations
Color information
#4CDDFF (or 0x4CDDFF) is known color: Turquoise Blue. HEX triplet: 4C, DD and FF. RGB value is (76,221,255). Sum of RGB (Red+Green+Blue) = 76+221+255=552 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.77% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CDDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDDFF is #B32200. Grayscale: #B5B5B5. Windows color (decimal): -11739649 or 16768332. OLE color: 16768332.
HSL color Cylindrical-coordinate representation of color #4CDDFF: hue angle of 191.4º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CDDFF is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 221 | 255 | - |
| CMYK | 0.70 | 0.13 | 0 | 0 |
| HSL | 191.4º | 1% | 0.65% | - |
| HSV(B) | 191.4º | 0.7% | 1% | - |
| XYZ | 46.89 | 60.47 | 103.81 | - |
| YUV | 181.52 | 169.46 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 255 | 0.70 | 0.13 | 0 | 0 | 191.4 | 1 | 0.65 |
| Hex | 4C | DD | FF | 46 | D | 0 | 0 | BF | 64 | 41 |
| Octal | 114 | 335 | 377 | 106 | 15 | 0 | 0 | 277 | 144 | 101 |
| Binary | 1001100 | 11011101 | 11111111 | 1000110 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000001 |
Color Harmonies of #4CDDFF
Complementary color
Monochromatic Colors of #4CDDFF
Black with #4CDDFF
Text Example
Text Example
White with #4CDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDFF; }
p { color: rgb(76,221,255); }
H1.HeaderClassName
{
color: #4CDDFF;
}
.AnyTagClassName
{
color: #4CDDFF;
}
</style>
background-color css
<style>
a { background-color: #4CDDFF; }
a { background-color: rgb(76,221,255); }
div.DivClassName
{
background-color: #4CDDFF;
}
.BgClassName
{
background-color: #4CDDFF;
}
</style>
border-color css
<style>
span { border-color: #4CDDFF; }
span { border-color: rgb(76,221,255); }
td.TdClassName
{
border-color: #4CDDFF;
}
.TagClassName
{
border-color: #4CDDFF;
}
</style>