Shades of Medium Turquoise #4BD6DD
Tints of Medium Turquoise #4BD6DD
RGB
CMYK
RGB Variations
Color information
#4BD6DD (or 0x4BD6DD) is known color: Medium Turquoise. HEX triplet: 4B, D6 and DD. RGB value is (75,214,221). Sum of RGB (Red+Green+Blue) = 75+214+221=510 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.71% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #4BD6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD6DD is #B42922. Grayscale: #ADADAD. Windows color (decimal): -11807011 or 14538315. OLE color: 14538315.
HSL color Cylindrical-coordinate representation of color #4BD6DD: hue angle of 182.88º degrees, saturation: 0.68, 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 #4BD6DD is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 214 | 221 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.13 |
| HSL | 182.88º | 0.68% | 0.58% | - |
| HSV(B) | 182.88º | 0.66% | 0.87% | - |
| XYZ | 40 | 54.81 | 76.88 | - |
| YUV | 173.24 | 154.95 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 214 | 221 | 0.66 | 0.03 | 0 | 0.13 | 182.88 | 0.68 | 0.58 |
| Hex | 4B | D6 | DD | 42 | 3 | 0 | D | B7 | 44 | 3A |
| Octal | 113 | 326 | 335 | 102 | 3 | 0 | 15 | 267 | 104 | 72 |
| Binary | 1001011 | 11010110 | 11011101 | 1000010 | 11 | 0 | 1101 | 10110111 | 1000100 | 111010 |
Color Harmonies of #4BD6DD
Complementary color
Monochromatic Colors of #4BD6DD
Black with #4BD6DD
Text Example
Text Example
White with #4BD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD6DD; }
p { color: rgb(75,214,221); }
H1.HeaderClassName
{
color: #4BD6DD;
}
.AnyTagClassName
{
color: #4BD6DD;
}
</style>
background-color css
<style>
a { background-color: #4BD6DD; }
a { background-color: rgb(75,214,221); }
div.DivClassName
{
background-color: #4BD6DD;
}
.BgClassName
{
background-color: #4BD6DD;
}
</style>
border-color css
<style>
span { border-color: #4BD6DD; }
span { border-color: rgb(75,214,221); }
td.TdClassName
{
border-color: #4BD6DD;
}
.TagClassName
{
border-color: #4BD6DD;
}
</style>