Shades of Turquoise #4BDDC7
Tints of Turquoise #4BDDC7
RGB
CMYK
RGB Variations
Color information
#4BDDC7 (or 0x4BDDC7) is known color: Turquoise. HEX triplet: 4B, DD and C7. RGB value is (75,221,199). Sum of RGB (Red+Green+Blue) = 75+221+199=495 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.15% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDDC7 is #B42238. Grayscale: #AEAEAE. Windows color (decimal): -11805241 or 13098315. OLE color: 13098315.
HSL color Cylindrical-coordinate representation of color #4BDDC7: hue angle of 170.96º 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 #4BDDC7 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 199 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.13 |
| HSL | 170.96º | 0.68% | 0.58% | - |
| HSV(B) | 170.96º | 0.66% | 0.87% | - |
| XYZ | 39.07 | 57.33 | 63.04 | - |
| YUV | 174.84 | 141.63 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 199 | 0.66 | 0 | 0.10 | 0.13 | 170.96 | 0.68 | 0.58 |
| Hex | 4B | DD | C7 | 42 | 0 | A | D | AB | 44 | 3A |
| Octal | 113 | 335 | 307 | 102 | 0 | 12 | 15 | 253 | 104 | 72 |
| Binary | 1001011 | 11011101 | 11000111 | 1000010 | 0 | 1010 | 1101 | 10101011 | 1000100 | 111010 |
Color Harmonies of #4BDDC7
Complementary color
Monochromatic Colors of #4BDDC7
Black with #4BDDC7
Text Example
Text Example
White with #4BDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDDC7; }
p { color: rgb(75,221,199); }
H1.HeaderClassName
{
color: #4BDDC7;
}
.AnyTagClassName
{
color: #4BDDC7;
}
</style>
background-color css
<style>
a { background-color: #4BDDC7; }
a { background-color: rgb(75,221,199); }
div.DivClassName
{
background-color: #4BDDC7;
}
.BgClassName
{
background-color: #4BDDC7;
}
</style>
border-color css
<style>
span { border-color: #4BDDC7; }
span { border-color: rgb(75,221,199); }
td.TdClassName
{
border-color: #4BDDC7;
}
.TagClassName
{
border-color: #4BDDC7;
}
</style>