Shades of Turquoise Blue #4CCEFC
Tints of Turquoise Blue #4CCEFC
RGB
CMYK
RGB Variations
Color information
#4CCEFC (or 0x4CCEFC) is known color: Turquoise Blue. HEX triplet: 4C, CE and FC. RGB value is (76,206,252). Sum of RGB (Red+Green+Blue) = 76+206+252=534 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.23% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CCEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCEFC is #B33103. Grayscale: #ACACAC. Windows color (decimal): -11743492 or 16567884. OLE color: 16567884.
HSL color Cylindrical-coordinate representation of color #4CCEFC: hue angle of 195.68º 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 #4CCEFC is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 206 | 252 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.01 |
| HSL | 195.68º | 0.97% | 0.64% | - |
| HSV(B) | 195.68º | 0.7% | 0.99% | - |
| XYZ | 42.62 | 52.71 | 100.02 | - |
| YUV | 172.37 | 172.93 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 206 | 252 | 0.70 | 0.18 | 0 | 0.01 | 195.68 | 0.97 | 0.64 |
| Hex | 4C | CE | FC | 46 | 12 | 0 | 1 | C4 | 61 | 40 |
| Octal | 114 | 316 | 374 | 106 | 22 | 0 | 1 | 304 | 141 | 100 |
| Binary | 1001100 | 11001110 | 11111100 | 1000110 | 10010 | 0 | 1 | 11000100 | 1100001 | 1000000 |
Color Harmonies of #4CCEFC
Complementary color
Monochromatic Colors of #4CCEFC
Black with #4CCEFC
Text Example
Text Example
White with #4CCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCEFC; }
p { color: rgb(76,206,252); }
H1.HeaderClassName
{
color: #4CCEFC;
}
.AnyTagClassName
{
color: #4CCEFC;
}
</style>
background-color css
<style>
a { background-color: #4CCEFC; }
a { background-color: rgb(76,206,252); }
div.DivClassName
{
background-color: #4CCEFC;
}
.BgClassName
{
background-color: #4CCEFC;
}
</style>
border-color css
<style>
span { border-color: #4CCEFC; }
span { border-color: rgb(76,206,252); }
td.TdClassName
{
border-color: #4CCEFC;
}
.TagClassName
{
border-color: #4CCEFC;
}
</style>