Shades of Turquoise #4BDCD0
Tints of Turquoise #4BDCD0
RGB
CMYK
RGB Variations
Color information
#4BDCD0 (or 0x4BDCD0) is known color: Turquoise. HEX triplet: 4B, DC and D0. RGB value is (75,220,208). Sum of RGB (Red+Green+Blue) = 75+220+208=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDCD0 is #B4232F. Grayscale: #AFAFAF. Windows color (decimal): -11805488 or 13687883. OLE color: 13687883.
HSL color Cylindrical-coordinate representation of color #4BDCD0: hue angle of 175.03º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDCD0 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 208 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.14 |
| HSL | 175.03º | 0.67% | 0.58% | - |
| HSV(B) | 175.03º | 0.66% | 0.86% | - |
| XYZ | 39.88 | 57.24 | 68.62 | - |
| YUV | 175.28 | 146.46 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 208 | 0.66 | 0 | 0.05 | 0.14 | 175.03 | 0.67 | 0.58 |
| Hex | 4B | DC | D0 | 42 | 0 | 5 | E | AF | 43 | 3A |
| Octal | 113 | 334 | 320 | 102 | 0 | 5 | 16 | 257 | 103 | 72 |
| Binary | 1001011 | 11011100 | 11010000 | 1000010 | 0 | 101 | 1110 | 10101111 | 1000011 | 111010 |
Color Harmonies of #4BDCD0
Complementary color
Monochromatic Colors of #4BDCD0
Black with #4BDCD0
Text Example
Text Example
White with #4BDCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDCD0; }
p { color: rgb(75,220,208); }
H1.HeaderClassName
{
color: #4BDCD0;
}
.AnyTagClassName
{
color: #4BDCD0;
}
</style>
background-color css
<style>
a { background-color: #4BDCD0; }
a { background-color: rgb(75,220,208); }
div.DivClassName
{
background-color: #4BDCD0;
}
.BgClassName
{
background-color: #4BDCD0;
}
</style>
border-color css
<style>
span { border-color: #4BDCD0; }
span { border-color: rgb(75,220,208); }
td.TdClassName
{
border-color: #4BDCD0;
}
.TagClassName
{
border-color: #4BDCD0;
}
</style>