Shades of Turquoise #4BDBE2
Tints of Turquoise #4BDBE2
RGB
CMYK
RGB Variations
Color information
#4BDBE2 (or 0x4BDBE2) is known color: Turquoise. HEX triplet: 4B, DB and E2. RGB value is (75,219,226). Sum of RGB (Red+Green+Blue) = 75+219+226=520 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.42% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #4BDBE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDBE2 is #B4241D. Grayscale: #B0B0B0. Windows color (decimal): -11805726 or 14867275. OLE color: 14867275.
HSL color Cylindrical-coordinate representation of color #4BDBE2: hue angle of 182.78º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BDBE2 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 219 | 226 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.11 |
| HSL | 182.78º | 0.72% | 0.59% | - |
| HSV(B) | 182.78º | 0.67% | 0.89% | - |
| XYZ | 41.96 | 57.65 | 80.87 | - |
| YUV | 176.74 | 155.79 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 226 | 0.67 | 0.03 | 0 | 0.11 | 182.78 | 0.72 | 0.59 |
| Hex | 4B | DB | E2 | 43 | 3 | 0 | B | B7 | 48 | 3B |
| Octal | 113 | 333 | 342 | 103 | 3 | 0 | 13 | 267 | 110 | 73 |
| Binary | 1001011 | 11011011 | 11100010 | 1000011 | 11 | 0 | 1011 | 10110111 | 1001000 | 111011 |
Color Harmonies of #4BDBE2
Complementary color
Monochromatic Colors of #4BDBE2
Black with #4BDBE2
Text Example
Text Example
White with #4BDBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDBE2; }
p { color: rgb(75,219,226); }
H1.HeaderClassName
{
color: #4BDBE2;
}
.AnyTagClassName
{
color: #4BDBE2;
}
</style>
background-color css
<style>
a { background-color: #4BDBE2; }
a { background-color: rgb(75,219,226); }
div.DivClassName
{
background-color: #4BDBE2;
}
.BgClassName
{
background-color: #4BDBE2;
}
</style>
border-color css
<style>
span { border-color: #4BDBE2; }
span { border-color: rgb(75,219,226); }
td.TdClassName
{
border-color: #4BDBE2;
}
.TagClassName
{
border-color: #4BDBE2;
}
</style>