Shades of Turquoise Blue #4CDDFD
Tints of Turquoise Blue #4CDDFD
RGB
CMYK
RGB Variations
Color information
#4CDDFD (or 0x4CDDFD) is known color: Turquoise Blue. HEX triplet: 4C, DD and FD. RGB value is (76,221,253). Sum of RGB (Red+Green+Blue) = 76+221+253=550 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.82% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CDDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDDFD is #B32202. Grayscale: #B5B5B5. Windows color (decimal): -11739651 or 16637260. OLE color: 16637260.
HSL color Cylindrical-coordinate representation of color #4CDDFD: hue angle of 190.85º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CDDFD is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 221 | 253 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.01 |
| HSL | 190.85º | 0.98% | 0.65% | - |
| HSV(B) | 190.85º | 0.7% | 0.99% | - |
| XYZ | 46.57 | 60.34 | 102.12 | - |
| YUV | 181.29 | 168.46 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 253 | 0.70 | 0.13 | 0 | 0.01 | 190.85 | 0.98 | 0.65 |
| Hex | 4C | DD | FD | 46 | D | 0 | 1 | BF | 62 | 41 |
| Octal | 114 | 335 | 375 | 106 | 15 | 0 | 1 | 277 | 142 | 101 |
| Binary | 1001100 | 11011101 | 11111101 | 1000110 | 1101 | 0 | 1 | 10111111 | 1100010 | 1000001 |
Color Harmonies of #4CDDFD
Complementary color
Monochromatic Colors of #4CDDFD
Black with #4CDDFD
Text Example
Text Example
White with #4CDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDFD; }
p { color: rgb(76,221,253); }
H1.HeaderClassName
{
color: #4CDDFD;
}
.AnyTagClassName
{
color: #4CDDFD;
}
</style>
background-color css
<style>
a { background-color: #4CDDFD; }
a { background-color: rgb(76,221,253); }
div.DivClassName
{
background-color: #4CDDFD;
}
.BgClassName
{
background-color: #4CDDFD;
}
</style>
border-color css
<style>
span { border-color: #4CDDFD; }
span { border-color: rgb(76,221,253); }
td.TdClassName
{
border-color: #4CDDFD;
}
.TagClassName
{
border-color: #4CDDFD;
}
</style>