Shades of Turquoise Blue #4CDDFE
Tints of Turquoise Blue #4CDDFE
RGB
CMYK
RGB Variations
Color information
#4CDDFE (or 0x4CDDFE) is known color: Turquoise Blue. HEX triplet: 4C, DD and FE. RGB value is (76,221,254). Sum of RGB (Red+Green+Blue) = 76+221+254=551 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.79% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CDDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDDFE is #B32201. Grayscale: #B5B5B5. Windows color (decimal): -11739650 or 16702796. OLE color: 16702796.
HSL color Cylindrical-coordinate representation of color #4CDDFE: hue angle of 191.12º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CDDFE is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 221 | 254 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.00 |
| HSL | 191.12º | 0.99% | 0.65% | - |
| HSV(B) | 191.12º | 0.7% | 1% | - |
| XYZ | 46.73 | 60.41 | 102.96 | - |
| YUV | 181.41 | 168.96 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 254 | 0.70 | 0.13 | 0 | 0.00 | 191.12 | 0.99 | 0.65 |
| Hex | 4C | DD | FE | 46 | D | 0 | 0 | BF | 63 | 41 |
| Octal | 114 | 335 | 376 | 106 | 15 | 0 | 0 | 277 | 143 | 101 |
| Binary | 1001100 | 11011101 | 11111110 | 1000110 | 1101 | 0 | 0 | 10111111 | 1100011 | 1000001 |
Color Harmonies of #4CDDFE
Complementary color
Monochromatic Colors of #4CDDFE
Black with #4CDDFE
Text Example
Text Example
White with #4CDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDFE; }
p { color: rgb(76,221,254); }
H1.HeaderClassName
{
color: #4CDDFE;
}
.AnyTagClassName
{
color: #4CDDFE;
}
</style>
background-color css
<style>
a { background-color: #4CDDFE; }
a { background-color: rgb(76,221,254); }
div.DivClassName
{
background-color: #4CDDFE;
}
.BgClassName
{
background-color: #4CDDFE;
}
</style>
border-color css
<style>
span { border-color: #4CDDFE; }
span { border-color: rgb(76,221,254); }
td.TdClassName
{
border-color: #4CDDFE;
}
.TagClassName
{
border-color: #4CDDFE;
}
</style>