Shades of Turquoise #4BDECE
Tints of Turquoise #4BDECE
RGB
CMYK
RGB Variations
Color information
#4BDECE (or 0x4BDECE) is known color: Turquoise. HEX triplet: 4B, DE and CE. RGB value is (75,222,206). Sum of RGB (Red+Green+Blue) = 75+222+206=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDECE is #B42131. Grayscale: #B0B0B0. Windows color (decimal): -11804978 or 13557323. OLE color: 13557323.
HSL color Cylindrical-coordinate representation of color #4BDECE: hue angle of 173.47º 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 #4BDECE is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 222 | 206 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.13 |
| HSL | 173.47º | 0.69% | 0.58% | - |
| HSV(B) | 173.47º | 0.66% | 0.87% | - |
| XYZ | 40.16 | 58.19 | 67.51 | - |
| YUV | 176.22 | 144.8 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 222 | 206 | 0.66 | 0 | 0.07 | 0.13 | 173.47 | 0.69 | 0.58 |
| Hex | 4B | DE | CE | 42 | 0 | 7 | D | AD | 45 | 3A |
| Octal | 113 | 336 | 316 | 102 | 0 | 7 | 15 | 255 | 105 | 72 |
| Binary | 1001011 | 11011110 | 11001110 | 1000010 | 0 | 111 | 1101 | 10101101 | 1000101 | 111010 |
Color Harmonies of #4BDECE
Complementary color
Monochromatic Colors of #4BDECE
Black with #4BDECE
Text Example
Text Example
White with #4BDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDECE; }
p { color: rgb(75,222,206); }
H1.HeaderClassName
{
color: #4BDECE;
}
.AnyTagClassName
{
color: #4BDECE;
}
</style>
background-color css
<style>
a { background-color: #4BDECE; }
a { background-color: rgb(75,222,206); }
div.DivClassName
{
background-color: #4BDECE;
}
.BgClassName
{
background-color: #4BDECE;
}
</style>
border-color css
<style>
span { border-color: #4BDECE; }
span { border-color: rgb(75,222,206); }
td.TdClassName
{
border-color: #4BDECE;
}
.TagClassName
{
border-color: #4BDECE;
}
</style>