Shades of Turquoise #4BDECC
Tints of Turquoise #4BDECC
RGB
CMYK
RGB Variations
Color information
#4BDECC (or 0x4BDECC) is known color: Turquoise. HEX triplet: 4B, DE and CC. RGB value is (75,222,204). Sum of RGB (Red+Green+Blue) = 75+222+204=501 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.97% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDECC is #B42133. Grayscale: #AFAFAF. Windows color (decimal): -11804980 or 13426251. OLE color: 13426251.
HSL color Cylindrical-coordinate representation of color #4BDECC: hue angle of 172.65º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDECC is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 222 | 204 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.13 |
| HSL | 172.65º | 0.69% | 0.58% | - |
| HSV(B) | 172.65º | 0.66% | 0.87% | - |
| XYZ | 39.92 | 58.1 | 66.24 | - |
| YUV | 176 | 143.8 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 222 | 204 | 0.66 | 0 | 0.08 | 0.13 | 172.65 | 0.69 | 0.58 |
| Hex | 4B | DE | CC | 42 | 0 | 8 | D | AD | 45 | 3A |
| Octal | 113 | 336 | 314 | 102 | 0 | 10 | 15 | 255 | 105 | 72 |
| Binary | 1001011 | 11011110 | 11001100 | 1000010 | 0 | 1000 | 1101 | 10101101 | 1000101 | 111010 |
Color Harmonies of #4BDECC
Complementary color
Monochromatic Colors of #4BDECC
Black with #4BDECC
Text Example
Text Example
White with #4BDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDECC; }
p { color: rgb(75,222,204); }
H1.HeaderClassName
{
color: #4BDECC;
}
.AnyTagClassName
{
color: #4BDECC;
}
</style>
background-color css
<style>
a { background-color: #4BDECC; }
a { background-color: rgb(75,222,204); }
div.DivClassName
{
background-color: #4BDECC;
}
.BgClassName
{
background-color: #4BDECC;
}
</style>
border-color css
<style>
span { border-color: #4BDECC; }
span { border-color: rgb(75,222,204); }
td.TdClassName
{
border-color: #4BDECC;
}
.TagClassName
{
border-color: #4BDECC;
}
</style>