Shades of Turquoise Blue #4BCEF2
Tints of Turquoise Blue #4BCEF2
RGB
CMYK
RGB Variations
Color information
#4BCEF2 (or 0x4BCEF2) is known color: Turquoise Blue. HEX triplet: 4B, CE and F2. RGB value is (75,206,242). Sum of RGB (Red+Green+Blue) = 75+206+242=523 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.34% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #4BCEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCEF2 is #B4310D. Grayscale: #AAAAAA. Windows color (decimal): -11809038 or 15912523. OLE color: 15912523.
HSL color Cylindrical-coordinate representation of color #4BCEF2: hue angle of 192.93º degrees, saturation: 0.87, 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 #4BCEF2 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 206 | 242 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.05 |
| HSL | 192.93º | 0.87% | 0.62% | - |
| HSV(B) | 192.93º | 0.69% | 0.95% | - |
| XYZ | 41 | 52.05 | 91.89 | - |
| YUV | 170.94 | 168.1 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 206 | 242 | 0.69 | 0.15 | 0 | 0.05 | 192.93 | 0.87 | 0.62 |
| Hex | 4B | CE | F2 | 45 | F | 0 | 5 | C1 | 57 | 3E |
| Octal | 113 | 316 | 362 | 105 | 17 | 0 | 5 | 301 | 127 | 76 |
| Binary | 1001011 | 11001110 | 11110010 | 1000101 | 1111 | 0 | 101 | 11000001 | 1010111 | 111110 |
Color Harmonies of #4BCEF2
Complementary color
Monochromatic Colors of #4BCEF2
Black with #4BCEF2
Text Example
Text Example
White with #4BCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCEF2; }
p { color: rgb(75,206,242); }
H1.HeaderClassName
{
color: #4BCEF2;
}
.AnyTagClassName
{
color: #4BCEF2;
}
</style>
background-color css
<style>
a { background-color: #4BCEF2; }
a { background-color: rgb(75,206,242); }
div.DivClassName
{
background-color: #4BCEF2;
}
.BgClassName
{
background-color: #4BCEF2;
}
</style>
border-color css
<style>
span { border-color: #4BCEF2; }
span { border-color: rgb(75,206,242); }
td.TdClassName
{
border-color: #4BCEF2;
}
.TagClassName
{
border-color: #4BCEF2;
}
</style>