Shades of Turquoise Blue #4CDFEC
Tints of Turquoise Blue #4CDFEC
RGB
CMYK
RGB Variations
Color information
#4CDFEC (or 0x4CDFEC) is known color: Turquoise Blue. HEX triplet: 4C, DF and EC. RGB value is (76,223,236). Sum of RGB (Red+Green+Blue) = 76+223+236=535 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.21% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #4CDFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDFEC is #B32013. Grayscale: #B4B4B4. Windows color (decimal): -11739156 or 15523660. OLE color: 15523660.
HSL color Cylindrical-coordinate representation of color #4CDFEC: hue angle of 184.88º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CDFEC is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 223 | 236 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.07 |
| HSL | 184.88º | 0.81% | 0.61% | - |
| HSV(B) | 184.88º | 0.68% | 0.93% | - |
| XYZ | 44.51 | 60.37 | 88.66 | - |
| YUV | 180.53 | 159.3 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 236 | 0.68 | 0.06 | 0 | 0.07 | 184.88 | 0.81 | 0.61 |
| Hex | 4C | DF | EC | 44 | 6 | 0 | 7 | B9 | 51 | 3D |
| Octal | 114 | 337 | 354 | 104 | 6 | 0 | 7 | 271 | 121 | 75 |
| Binary | 1001100 | 11011111 | 11101100 | 1000100 | 110 | 0 | 111 | 10111001 | 1010001 | 111101 |
Color Harmonies of #4CDFEC
Complementary color
Monochromatic Colors of #4CDFEC
Black with #4CDFEC
Text Example
Text Example
White with #4CDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFEC; }
p { color: rgb(76,223,236); }
H1.HeaderClassName
{
color: #4CDFEC;
}
.AnyTagClassName
{
color: #4CDFEC;
}
</style>
background-color css
<style>
a { background-color: #4CDFEC; }
a { background-color: rgb(76,223,236); }
div.DivClassName
{
background-color: #4CDFEC;
}
.BgClassName
{
background-color: #4CDFEC;
}
</style>
border-color css
<style>
span { border-color: #4CDFEC; }
span { border-color: rgb(76,223,236); }
td.TdClassName
{
border-color: #4CDFEC;
}
.TagClassName
{
border-color: #4CDFEC;
}
</style>