Shades of Turquoise #4BDDDE
Tints of Turquoise #4BDDDE
RGB
CMYK
RGB Variations
Color information
#4BDDDE (or 0x4BDDDE) is known color: Turquoise. HEX triplet: 4B, DD and DE. RGB value is (75,221,222). Sum of RGB (Red+Green+Blue) = 75+221+222=518 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.48% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BDDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDDDE is #B42221. Grayscale: #B1B1B1. Windows color (decimal): -11805218 or 14605643. OLE color: 14605643.
HSL color Cylindrical-coordinate representation of color #4BDDDE: hue angle of 180.41º 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 #4BDDDE is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 221 | 222 | - |
| CMYK | 0.66 | 0.00 | 0 | 0.13 |
| HSL | 180.41º | 0.69% | 0.58% | - |
| HSV(B) | 180.41º | 0.66% | 0.87% | - |
| XYZ | 41.94 | 58.48 | 78.18 | - |
| YUV | 177.46 | 153.13 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 221 | 222 | 0.66 | 0.00 | 0 | 0.13 | 180.41 | 0.69 | 0.58 |
| Hex | 4B | DD | DE | 42 | 0 | 0 | D | B4 | 45 | 3A |
| Octal | 113 | 335 | 336 | 102 | 0 | 0 | 15 | 264 | 105 | 72 |
| Binary | 1001011 | 11011101 | 11011110 | 1000010 | 0 | 0 | 1101 | 10110100 | 1000101 | 111010 |
Color Harmonies of #4BDDDE
Complementary color
Monochromatic Colors of #4BDDDE
Black with #4BDDDE
Text Example
Text Example
White with #4BDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDDDE; }
p { color: rgb(75,221,222); }
H1.HeaderClassName
{
color: #4BDDDE;
}
.AnyTagClassName
{
color: #4BDDDE;
}
</style>
background-color css
<style>
a { background-color: #4BDDDE; }
a { background-color: rgb(75,221,222); }
div.DivClassName
{
background-color: #4BDDDE;
}
.BgClassName
{
background-color: #4BDDDE;
}
</style>
border-color css
<style>
span { border-color: #4BDDDE; }
span { border-color: rgb(75,221,222); }
td.TdClassName
{
border-color: #4BDDDE;
}
.TagClassName
{
border-color: #4BDDDE;
}
</style>