Shades of Turquoise Blue #4BDFED
Tints of Turquoise Blue #4BDFED
RGB
CMYK
RGB Variations
Color information
#4BDFED (or 0x4BDFED) is known color: Turquoise Blue. HEX triplet: 4B, DF and ED. RGB value is (75,223,237). Sum of RGB (Red+Green+Blue) = 75+223+237=535 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.02% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #4BDFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDFED is #B42012. Grayscale: #B4B4B4. Windows color (decimal): -11804691 or 15589195. OLE color: 15589195.
HSL color Cylindrical-coordinate representation of color #4BDFED: hue angle of 185.19º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BDFED is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 223 | 237 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.07 |
| HSL | 185.19º | 0.82% | 0.61% | - |
| HSV(B) | 185.19º | 0.68% | 0.93% | - |
| XYZ | 44.58 | 60.39 | 89.43 | - |
| YUV | 180.34 | 159.97 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 237 | 0.68 | 0.06 | 0 | 0.07 | 185.19 | 0.82 | 0.61 |
| Hex | 4B | DF | ED | 44 | 6 | 0 | 7 | B9 | 52 | 3D |
| Octal | 113 | 337 | 355 | 104 | 6 | 0 | 7 | 271 | 122 | 75 |
| Binary | 1001011 | 11011111 | 11101101 | 1000100 | 110 | 0 | 111 | 10111001 | 1010010 | 111101 |
Color Harmonies of #4BDFED
Complementary color
Monochromatic Colors of #4BDFED
Black with #4BDFED
Text Example
Text Example
White with #4BDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFED; }
p { color: rgb(75,223,237); }
H1.HeaderClassName
{
color: #4BDFED;
}
.AnyTagClassName
{
color: #4BDFED;
}
</style>
background-color css
<style>
a { background-color: #4BDFED; }
a { background-color: rgb(75,223,237); }
div.DivClassName
{
background-color: #4BDFED;
}
.BgClassName
{
background-color: #4BDFED;
}
</style>
border-color css
<style>
span { border-color: #4BDFED; }
span { border-color: rgb(75,223,237); }
td.TdClassName
{
border-color: #4BDFED;
}
.TagClassName
{
border-color: #4BDFED;
}
</style>