Shades of Turquoise Blue #4BD6EF
Tints of Turquoise Blue #4BD6EF
RGB
CMYK
RGB Variations
Color information
#4BD6EF (or 0x4BD6EF) is known color: Turquoise Blue. HEX triplet: 4B, D6 and EF. RGB value is (75,214,239). Sum of RGB (Red+Green+Blue) = 75+214+239=528 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.20% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #4BD6EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BD6EF is #B42910. Grayscale: #AFAFAF. Windows color (decimal): -11806993 or 15717963. OLE color: 15717963.
HSL color Cylindrical-coordinate representation of color #4BD6EF: hue angle of 189.15º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BD6EF is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 214 | 239 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.06 |
| HSL | 189.15º | 0.84% | 0.62% | - |
| HSV(B) | 189.15º | 0.69% | 0.94% | - |
| XYZ | 42.53 | 55.82 | 90.19 | - |
| YUV | 175.29 | 163.95 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 214 | 239 | 0.69 | 0.10 | 0 | 0.06 | 189.15 | 0.84 | 0.62 |
| Hex | 4B | D6 | EF | 45 | A | 0 | 6 | BD | 54 | 3E |
| Octal | 113 | 326 | 357 | 105 | 12 | 0 | 6 | 275 | 124 | 76 |
| Binary | 1001011 | 11010110 | 11101111 | 1000101 | 1010 | 0 | 110 | 10111101 | 1010100 | 111110 |
Color Harmonies of #4BD6EF
Complementary color
Monochromatic Colors of #4BD6EF
Black with #4BD6EF
Text Example
Text Example
White with #4BD6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD6EF; }
p { color: rgb(75,214,239); }
H1.HeaderClassName
{
color: #4BD6EF;
}
.AnyTagClassName
{
color: #4BD6EF;
}
</style>
background-color css
<style>
a { background-color: #4BD6EF; }
a { background-color: rgb(75,214,239); }
div.DivClassName
{
background-color: #4BD6EF;
}
.BgClassName
{
background-color: #4BD6EF;
}
</style>
border-color css
<style>
span { border-color: #4BD6EF; }
span { border-color: rgb(75,214,239); }
td.TdClassName
{
border-color: #4BD6EF;
}
.TagClassName
{
border-color: #4BD6EF;
}
</style>