Shades of Turquoise Blue #4BD3EE
Tints of Turquoise Blue #4BD3EE
RGB
CMYK
RGB Variations
Color information
#4BD3EE (or 0x4BD3EE) is known color: Turquoise Blue. HEX triplet: 4B, D3 and EE. RGB value is (75,211,238). Sum of RGB (Red+Green+Blue) = 75+211+238=524 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.31% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #4BD3EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BD3EE is #B42C11. Grayscale: #ADADAD. Windows color (decimal): -11807762 or 15651659. OLE color: 15651659.
HSL color Cylindrical-coordinate representation of color #4BD3EE: hue angle of 189.94º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BD3EE is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 211 | 238 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.07 |
| HSL | 189.94º | 0.83% | 0.61% | - |
| HSV(B) | 189.94º | 0.68% | 0.93% | - |
| XYZ | 41.63 | 54.26 | 89.17 | - |
| YUV | 173.41 | 164.44 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 211 | 238 | 0.68 | 0.11 | 0 | 0.07 | 189.94 | 0.83 | 0.61 |
| Hex | 4B | D3 | EE | 44 | B | 0 | 7 | BE | 53 | 3D |
| Octal | 113 | 323 | 356 | 104 | 13 | 0 | 7 | 276 | 123 | 75 |
| Binary | 1001011 | 11010011 | 11101110 | 1000100 | 1011 | 0 | 111 | 10111110 | 1010011 | 111101 |
Color Harmonies of #4BD3EE
Complementary color
Monochromatic Colors of #4BD3EE
Black with #4BD3EE
Text Example
Text Example
White with #4BD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD3EE; }
p { color: rgb(75,211,238); }
H1.HeaderClassName
{
color: #4BD3EE;
}
.AnyTagClassName
{
color: #4BD3EE;
}
</style>
background-color css
<style>
a { background-color: #4BD3EE; }
a { background-color: rgb(75,211,238); }
div.DivClassName
{
background-color: #4BD3EE;
}
.BgClassName
{
background-color: #4BD3EE;
}
</style>
border-color css
<style>
span { border-color: #4BD3EE; }
span { border-color: rgb(75,211,238); }
td.TdClassName
{
border-color: #4BD3EE;
}
.TagClassName
{
border-color: #4BD3EE;
}
</style>