Shades of Turquoise Blue #4CDCEA
Tints of Turquoise Blue #4CDCEA
RGB
CMYK
RGB Variations
Color information
#4CDCEA (or 0x4CDCEA) is known color: Turquoise Blue. HEX triplet: 4C, DC and EA. RGB value is (76,220,234). Sum of RGB (Red+Green+Blue) = 76+220+234=530 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.34% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #4CDCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDCEA is #B32315. Grayscale: #B2B2B2. Windows color (decimal): -11739926 or 15391820. OLE color: 15391820.
HSL color Cylindrical-coordinate representation of color #4CDCEA: hue angle of 185.32º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CDCEA is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 220 | 234 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.08 |
| HSL | 185.32º | 0.79% | 0.61% | - |
| HSV(B) | 185.32º | 0.68% | 0.92% | - |
| XYZ | 43.42 | 58.66 | 86.88 | - |
| YUV | 178.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 234 | 0.68 | 0.06 | 0 | 0.08 | 185.32 | 0.79 | 0.61 |
| Hex | 4C | DC | EA | 44 | 6 | 0 | 8 | B9 | 4F | 3D |
| Octal | 114 | 334 | 352 | 104 | 6 | 0 | 10 | 271 | 117 | 75 |
| Binary | 1001100 | 11011100 | 11101010 | 1000100 | 110 | 0 | 1000 | 10111001 | 1001111 | 111101 |
Color Harmonies of #4CDCEA
Complementary color
Monochromatic Colors of #4CDCEA
Black with #4CDCEA
Text Example
Text Example
White with #4CDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDCEA; }
p { color: rgb(76,220,234); }
H1.HeaderClassName
{
color: #4CDCEA;
}
.AnyTagClassName
{
color: #4CDCEA;
}
</style>
background-color css
<style>
a { background-color: #4CDCEA; }
a { background-color: rgb(76,220,234); }
div.DivClassName
{
background-color: #4CDCEA;
}
.BgClassName
{
background-color: #4CDCEA;
}
</style>
border-color css
<style>
span { border-color: #4CDCEA; }
span { border-color: rgb(76,220,234); }
td.TdClassName
{
border-color: #4CDCEA;
}
.TagClassName
{
border-color: #4CDCEA;
}
</style>