Shades of Turquoise Blue #4CDFFC
Tints of Turquoise Blue #4CDFFC
RGB
CMYK
RGB Variations
Color information
#4CDFFC (or 0x4CDFFC) is known color: Turquoise Blue. HEX triplet: 4C, DF and FC. RGB value is (76,223,252). Sum of RGB (Red+Green+Blue) = 76+223+252=551 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.79% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CDFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDFFC is #B32003. Grayscale: #B6B6B6. Windows color (decimal): -11739140 or 16572236. OLE color: 16572236.
HSL color Cylindrical-coordinate representation of color #4CDFFC: hue angle of 189.89º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CDFFC is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 223 | 252 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.01 |
| HSL | 189.89º | 0.97% | 0.64% | - |
| HSV(B) | 189.89º | 0.7% | 0.99% | - |
| XYZ | 46.94 | 61.34 | 101.46 | - |
| YUV | 182.35 | 167.3 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 252 | 0.70 | 0.12 | 0 | 0.01 | 189.89 | 0.97 | 0.64 |
| Hex | 4C | DF | FC | 46 | C | 0 | 1 | BE | 61 | 40 |
| Octal | 114 | 337 | 374 | 106 | 14 | 0 | 1 | 276 | 141 | 100 |
| Binary | 1001100 | 11011111 | 11111100 | 1000110 | 1100 | 0 | 1 | 10111110 | 1100001 | 1000000 |
Color Harmonies of #4CDFFC
Complementary color
Monochromatic Colors of #4CDFFC
Black with #4CDFFC
Text Example
Text Example
White with #4CDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFFC; }
p { color: rgb(76,223,252); }
H1.HeaderClassName
{
color: #4CDFFC;
}
.AnyTagClassName
{
color: #4CDFFC;
}
</style>
background-color css
<style>
a { background-color: #4CDFFC; }
a { background-color: rgb(76,223,252); }
div.DivClassName
{
background-color: #4CDFFC;
}
.BgClassName
{
background-color: #4CDFFC;
}
</style>
border-color css
<style>
span { border-color: #4CDFFC; }
span { border-color: rgb(76,223,252); }
td.TdClassName
{
border-color: #4CDFFC;
}
.TagClassName
{
border-color: #4CDFFC;
}
</style>