Shades of Turquoise Blue #4BCDFB
Tints of Turquoise Blue #4BCDFB
RGB
CMYK
RGB Variations
Color information
#4BCDFB (or 0x4BCDFB) is known color: Turquoise Blue. HEX triplet: 4B, CD and FB. RGB value is (75,205,251). Sum of RGB (Red+Green+Blue) = 75+205+251=531 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.12% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #4BCDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCDFB is #B43204. Grayscale: #ABABAB. Windows color (decimal): -11809285 or 16502091. OLE color: 16502091.
HSL color Cylindrical-coordinate representation of color #4BCDFB: hue angle of 195.68º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BCDFB is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 205 | 251 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.02 |
| HSL | 195.68º | 0.96% | 0.64% | - |
| HSV(B) | 195.68º | 0.7% | 0.98% | - |
| XYZ | 42.15 | 52.12 | 99.11 | - |
| YUV | 171.37 | 172.93 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 251 | 0.70 | 0.18 | 0 | 0.02 | 195.68 | 0.96 | 0.64 |
| Hex | 4B | CD | FB | 46 | 12 | 0 | 2 | C4 | 60 | 40 |
| Octal | 113 | 315 | 373 | 106 | 22 | 0 | 2 | 304 | 140 | 100 |
| Binary | 1001011 | 11001101 | 11111011 | 1000110 | 10010 | 0 | 10 | 11000100 | 1100000 | 1000000 |
Color Harmonies of #4BCDFB
Complementary color
Monochromatic Colors of #4BCDFB
Black with #4BCDFB
Text Example
Text Example
White with #4BCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCDFB; }
p { color: rgb(75,205,251); }
H1.HeaderClassName
{
color: #4BCDFB;
}
.AnyTagClassName
{
color: #4BCDFB;
}
</style>
background-color css
<style>
a { background-color: #4BCDFB; }
a { background-color: rgb(75,205,251); }
div.DivClassName
{
background-color: #4BCDFB;
}
.BgClassName
{
background-color: #4BCDFB;
}
</style>
border-color css
<style>
span { border-color: #4BCDFB; }
span { border-color: rgb(75,205,251); }
td.TdClassName
{
border-color: #4BCDFB;
}
.TagClassName
{
border-color: #4BCDFB;
}
</style>