Shades of Turquoise Blue #4BCDF3
Tints of Turquoise Blue #4BCDF3
RGB
CMYK
RGB Variations
Color information
#4BCDF3 (or 0x4BCDF3) is known color: Turquoise Blue. HEX triplet: 4B, CD and F3. RGB value is (75,205,243). Sum of RGB (Red+Green+Blue) = 75+205+243=523 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.34% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #4BCDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCDF3 is #B4320C. Grayscale: #AAAAAA. Windows color (decimal): -11809293 or 15977803. OLE color: 15977803.
HSL color Cylindrical-coordinate representation of color #4BCDF3: hue angle of 193.57º degrees, saturation: 0.88, 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 #4BCDF3 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 205 | 243 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.05 |
| HSL | 193.57º | 0.88% | 0.62% | - |
| HSV(B) | 193.57º | 0.69% | 0.95% | - |
| XYZ | 40.91 | 51.63 | 92.6 | - |
| YUV | 170.46 | 168.93 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 243 | 0.69 | 0.16 | 0 | 0.05 | 193.57 | 0.88 | 0.62 |
| Hex | 4B | CD | F3 | 45 | 10 | 0 | 5 | C2 | 58 | 3E |
| Octal | 113 | 315 | 363 | 105 | 20 | 0 | 5 | 302 | 130 | 76 |
| Binary | 1001011 | 11001101 | 11110011 | 1000101 | 10000 | 0 | 101 | 11000010 | 1011000 | 111110 |
Color Harmonies of #4BCDF3
Complementary color
Monochromatic Colors of #4BCDF3
Black with #4BCDF3
Text Example
Text Example
White with #4BCDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCDF3; }
p { color: rgb(75,205,243); }
H1.HeaderClassName
{
color: #4BCDF3;
}
.AnyTagClassName
{
color: #4BCDF3;
}
</style>
background-color css
<style>
a { background-color: #4BCDF3; }
a { background-color: rgb(75,205,243); }
div.DivClassName
{
background-color: #4BCDF3;
}
.BgClassName
{
background-color: #4BCDF3;
}
</style>
border-color css
<style>
span { border-color: #4BCDF3; }
span { border-color: rgb(75,205,243); }
td.TdClassName
{
border-color: #4BCDF3;
}
.TagClassName
{
border-color: #4BCDF3;
}
</style>