Shades of Turquoise Blue #4BDBF2
Tints of Turquoise Blue #4BDBF2
RGB
CMYK
RGB Variations
Color information
#4BDBF2 (or 0x4BDBF2) is known color: Turquoise Blue. HEX triplet: 4B, DB and F2. RGB value is (75,219,242). Sum of RGB (Red+Green+Blue) = 75+219+242=536 (70% of max value = 765). Red value is 75 (29.69% from 255 or 13.99% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #4BDBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDBF2 is #B4240D. Grayscale: #B2B2B2. Windows color (decimal): -11805710 or 15915851. OLE color: 15915851.
HSL color Cylindrical-coordinate representation of color #4BDBF2: hue angle of 188.26º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BDBF2 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 219 | 242 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.05 |
| HSL | 188.26º | 0.87% | 0.62% | - |
| HSV(B) | 188.26º | 0.69% | 0.95% | - |
| XYZ | 44.26 | 58.57 | 92.98 | - |
| YUV | 178.57 | 163.79 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 242 | 0.69 | 0.10 | 0 | 0.05 | 188.26 | 0.87 | 0.62 |
| Hex | 4B | DB | F2 | 45 | A | 0 | 5 | BC | 57 | 3E |
| Octal | 113 | 333 | 362 | 105 | 12 | 0 | 5 | 274 | 127 | 76 |
| Binary | 1001011 | 11011011 | 11110010 | 1000101 | 1010 | 0 | 101 | 10111100 | 1010111 | 111110 |
Color Harmonies of #4BDBF2
Complementary color
Monochromatic Colors of #4BDBF2
Black with #4BDBF2
Text Example
Text Example
White with #4BDBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDBF2; }
p { color: rgb(75,219,242); }
H1.HeaderClassName
{
color: #4BDBF2;
}
.AnyTagClassName
{
color: #4BDBF2;
}
</style>
background-color css
<style>
a { background-color: #4BDBF2; }
a { background-color: rgb(75,219,242); }
div.DivClassName
{
background-color: #4BDBF2;
}
.BgClassName
{
background-color: #4BDBF2;
}
</style>
border-color css
<style>
span { border-color: #4BDBF2; }
span { border-color: rgb(75,219,242); }
td.TdClassName
{
border-color: #4BDBF2;
}
.TagClassName
{
border-color: #4BDBF2;
}
</style>