Shades of Turquoise Blue #4CD2EF
Tints of Turquoise Blue #4CD2EF
RGB
CMYK
RGB Variations
Color information
#4CD2EF (or 0x4CD2EF) is known color: Turquoise Blue. HEX triplet: 4C, D2 and EF. RGB value is (76,210,239). Sum of RGB (Red+Green+Blue) = 76+210+239=525 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.48% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #4CD2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CD2EF is #B32D10. Grayscale: #ACACAC. Windows color (decimal): -11742481 or 15716940. OLE color: 15716940.
HSL color Cylindrical-coordinate representation of color #4CD2EF: hue angle of 190.67º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CD2EF is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 210 | 239 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.06 |
| HSL | 190.67º | 0.84% | 0.62% | - |
| HSV(B) | 190.67º | 0.68% | 0.94% | - |
| XYZ | 41.61 | 53.86 | 89.86 | - |
| YUV | 173.24 | 165.11 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 210 | 239 | 0.68 | 0.12 | 0 | 0.06 | 190.67 | 0.84 | 0.62 |
| Hex | 4C | D2 | EF | 44 | C | 0 | 6 | BF | 54 | 3E |
| Octal | 114 | 322 | 357 | 104 | 14 | 0 | 6 | 277 | 124 | 76 |
| Binary | 1001100 | 11010010 | 11101111 | 1000100 | 1100 | 0 | 110 | 10111111 | 1010100 | 111110 |
Color Harmonies of #4CD2EF
Complementary color
Monochromatic Colors of #4CD2EF
Black with #4CD2EF
Text Example
Text Example
White with #4CD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD2EF; }
p { color: rgb(76,210,239); }
H1.HeaderClassName
{
color: #4CD2EF;
}
.AnyTagClassName
{
color: #4CD2EF;
}
</style>
background-color css
<style>
a { background-color: #4CD2EF; }
a { background-color: rgb(76,210,239); }
div.DivClassName
{
background-color: #4CD2EF;
}
.BgClassName
{
background-color: #4CD2EF;
}
</style>
border-color css
<style>
span { border-color: #4CD2EF; }
span { border-color: rgb(76,210,239); }
td.TdClassName
{
border-color: #4CD2EF;
}
.TagClassName
{
border-color: #4CD2EF;
}
</style>