Shades of Turquoise Blue #4BDFFE
Tints of Turquoise Blue #4BDFFE
RGB
CMYK
RGB Variations
Color information
#4BDFFE (or 0x4BDFFE) is known color: Turquoise Blue. HEX triplet: 4B, DF and FE. RGB value is (75,223,254). Sum of RGB (Red+Green+Blue) = 75+223+254=552 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.59% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BDFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDFFE is #B42001. Grayscale: #B6B6B6. Windows color (decimal): -11804674 or 16703307. OLE color: 16703307.
HSL color Cylindrical-coordinate representation of color #4BDFFE: hue angle of 190.39º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BDFFE is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 223 | 254 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.00 |
| HSL | 190.39º | 0.99% | 0.65% | - |
| HSV(B) | 190.39º | 0.7% | 1% | - |
| XYZ | 47.18 | 61.43 | 103.14 | - |
| YUV | 182.28 | 168.47 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 254 | 0.70 | 0.12 | 0 | 0.00 | 190.39 | 0.99 | 0.65 |
| Hex | 4B | DF | FE | 46 | C | 0 | 0 | BE | 63 | 41 |
| Octal | 113 | 337 | 376 | 106 | 14 | 0 | 0 | 276 | 143 | 101 |
| Binary | 1001011 | 11011111 | 11111110 | 1000110 | 1100 | 0 | 0 | 10111110 | 1100011 | 1000001 |
Color Harmonies of #4BDFFE
Complementary color
Monochromatic Colors of #4BDFFE
Black with #4BDFFE
Text Example
Text Example
White with #4BDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFFE; }
p { color: rgb(75,223,254); }
H1.HeaderClassName
{
color: #4BDFFE;
}
.AnyTagClassName
{
color: #4BDFFE;
}
</style>
background-color css
<style>
a { background-color: #4BDFFE; }
a { background-color: rgb(75,223,254); }
div.DivClassName
{
background-color: #4BDFFE;
}
.BgClassName
{
background-color: #4BDFFE;
}
</style>
border-color css
<style>
span { border-color: #4BDFFE; }
span { border-color: rgb(75,223,254); }
td.TdClassName
{
border-color: #4BDFFE;
}
.TagClassName
{
border-color: #4BDFFE;
}
</style>