Shades of Turquoise Blue #4BD5FF
Tints of Turquoise Blue #4BD5FF
RGB
CMYK
RGB Variations
Color information
#4BD5FF (or 0x4BD5FF) is known color: Turquoise Blue. HEX triplet: 4B, D5 and FF. RGB value is (75,213,255). Sum of RGB (Red+Green+Blue) = 75+213+255=543 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.81% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BD5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BD5FF is #B42A00. Grayscale: #B0B0B0. Windows color (decimal): -11807233 or 16766283. OLE color: 16766283.
HSL color Cylindrical-coordinate representation of color #4BD5FF: hue angle of 194º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BD5FF is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 213 | 255 | - |
| CMYK | 0.71 | 0.16 | 0 | 0 |
| HSL | 194º | 1% | 0.65% | - |
| HSV(B) | 194º | 0.71% | 1% | - |
| XYZ | 44.75 | 56.3 | 103.12 | - |
| YUV | 176.53 | 172.28 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 213 | 255 | 0.71 | 0.16 | 0 | 0 | 194 | 1 | 0.65 |
| Hex | 4B | D5 | FF | 47 | 10 | 0 | 0 | C2 | 64 | 41 |
| Octal | 113 | 325 | 377 | 107 | 20 | 0 | 0 | 302 | 144 | 101 |
| Binary | 1001011 | 11010101 | 11111111 | 1000111 | 10000 | 0 | 0 | 11000010 | 1100100 | 1000001 |
Color Harmonies of #4BD5FF
Complementary color
Monochromatic Colors of #4BD5FF
Black with #4BD5FF
Text Example
Text Example
White with #4BD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD5FF; }
p { color: rgb(75,213,255); }
H1.HeaderClassName
{
color: #4BD5FF;
}
.AnyTagClassName
{
color: #4BD5FF;
}
</style>
background-color css
<style>
a { background-color: #4BD5FF; }
a { background-color: rgb(75,213,255); }
div.DivClassName
{
background-color: #4BD5FF;
}
.BgClassName
{
background-color: #4BD5FF;
}
</style>
border-color css
<style>
span { border-color: #4BD5FF; }
span { border-color: rgb(75,213,255); }
td.TdClassName
{
border-color: #4BD5FF;
}
.TagClassName
{
border-color: #4BD5FF;
}
</style>