Shades of Turquoise Blue #4BCDEF
Tints of Turquoise Blue #4BCDEF
RGB
CMYK
RGB Variations
Color information
#4BCDEF (or 0x4BCDEF) is known color: Turquoise Blue. HEX triplet: 4B, CD and EF. RGB value is (75,205,239). Sum of RGB (Red+Green+Blue) = 75+205+239=519 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.45% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #4BCDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCDEF is #B43210. Grayscale: #A9A9A9. Windows color (decimal): -11809297 or 15715659. OLE color: 15715659.
HSL color Cylindrical-coordinate representation of color #4BCDEF: hue angle of 192.44º 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 #4BCDEF is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 205 | 239 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.06 |
| HSL | 192.44º | 0.84% | 0.62% | - |
| HSV(B) | 192.44º | 0.69% | 0.94% | - |
| XYZ | 40.31 | 51.39 | 89.46 | - |
| YUV | 170.01 | 166.93 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 239 | 0.69 | 0.14 | 0 | 0.06 | 192.44 | 0.84 | 0.62 |
| Hex | 4B | CD | EF | 45 | E | 0 | 6 | C0 | 54 | 3E |
| Octal | 113 | 315 | 357 | 105 | 16 | 0 | 6 | 300 | 124 | 76 |
| Binary | 1001011 | 11001101 | 11101111 | 1000101 | 1110 | 0 | 110 | 11000000 | 1010100 | 111110 |
Color Harmonies of #4BCDEF
Complementary color
Monochromatic Colors of #4BCDEF
Black with #4BCDEF
Text Example
Text Example
White with #4BCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCDEF; }
p { color: rgb(75,205,239); }
H1.HeaderClassName
{
color: #4BCDEF;
}
.AnyTagClassName
{
color: #4BCDEF;
}
</style>
background-color css
<style>
a { background-color: #4BCDEF; }
a { background-color: rgb(75,205,239); }
div.DivClassName
{
background-color: #4BCDEF;
}
.BgClassName
{
background-color: #4BCDEF;
}
</style>
border-color css
<style>
span { border-color: #4BCDEF; }
span { border-color: rgb(75,205,239); }
td.TdClassName
{
border-color: #4BCDEF;
}
.TagClassName
{
border-color: #4BCDEF;
}
</style>