Shades of Turquoise Blue #4CDBFE
Tints of Turquoise Blue #4CDBFE
RGB
CMYK
RGB Variations
Color information
#4CDBFE (or 0x4CDBFE) is known color: Turquoise Blue. HEX triplet: 4C, DB and FE. RGB value is (76,219,254). Sum of RGB (Red+Green+Blue) = 76+219+254=549 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.84% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CDBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDBFE is #B32401. Grayscale: #B3B3B3. Windows color (decimal): -11740162 or 16702284. OLE color: 16702284.
HSL color Cylindrical-coordinate representation of color #4CDBFE: hue angle of 191.8º 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 #4CDBFE is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 219 | 254 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.00 |
| HSL | 191.8º | 0.99% | 0.65% | - |
| HSV(B) | 191.8º | 0.7% | 1% | - |
| XYZ | 46.2 | 59.36 | 102.79 | - |
| YUV | 180.23 | 169.62 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 254 | 0.70 | 0.14 | 0 | 0.00 | 191.8 | 0.99 | 0.65 |
| Hex | 4C | DB | FE | 46 | E | 0 | 0 | C0 | 63 | 41 |
| Octal | 114 | 333 | 376 | 106 | 16 | 0 | 0 | 300 | 143 | 101 |
| Binary | 1001100 | 11011011 | 11111110 | 1000110 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000001 |
Color Harmonies of #4CDBFE
Complementary color
Monochromatic Colors of #4CDBFE
Black with #4CDBFE
Text Example
Text Example
White with #4CDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDBFE; }
p { color: rgb(76,219,254); }
H1.HeaderClassName
{
color: #4CDBFE;
}
.AnyTagClassName
{
color: #4CDBFE;
}
</style>
background-color css
<style>
a { background-color: #4CDBFE; }
a { background-color: rgb(76,219,254); }
div.DivClassName
{
background-color: #4CDBFE;
}
.BgClassName
{
background-color: #4CDBFE;
}
</style>
border-color css
<style>
span { border-color: #4CDBFE; }
span { border-color: rgb(76,219,254); }
td.TdClassName
{
border-color: #4CDBFE;
}
.TagClassName
{
border-color: #4CDBFE;
}
</style>