Shades of Turquoise #4BDFEB
Tints of Turquoise #4BDFEB
RGB
CMYK
RGB Variations
Color information
#4BDFEB (or 0x4BDFEB) is known color: Turquoise. HEX triplet: 4B, DF and EB. RGB value is (75,223,235). Sum of RGB (Red+Green+Blue) = 75+223+235=533 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.07% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #4BDFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDFEB is #B42014. Grayscale: #B3B3B3. Windows color (decimal): -11804693 or 15458123. OLE color: 15458123.
HSL color Cylindrical-coordinate representation of color #4BDFEB: hue angle of 184.5º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BDFEB is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 223 | 235 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.08 |
| HSL | 184.5º | 0.8% | 0.61% | - |
| HSV(B) | 184.5º | 0.68% | 0.92% | - |
| XYZ | 44.28 | 60.27 | 87.9 | - |
| YUV | 180.12 | 158.97 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 235 | 0.68 | 0.05 | 0 | 0.08 | 184.5 | 0.8 | 0.61 |
| Hex | 4B | DF | EB | 44 | 5 | 0 | 8 | B8 | 50 | 3D |
| Octal | 113 | 337 | 353 | 104 | 5 | 0 | 10 | 270 | 120 | 75 |
| Binary | 1001011 | 11011111 | 11101011 | 1000100 | 101 | 0 | 1000 | 10111000 | 1010000 | 111101 |
Color Harmonies of #4BDFEB
Complementary color
Monochromatic Colors of #4BDFEB
Black with #4BDFEB
Text Example
Text Example
White with #4BDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFEB; }
p { color: rgb(75,223,235); }
H1.HeaderClassName
{
color: #4BDFEB;
}
.AnyTagClassName
{
color: #4BDFEB;
}
</style>
background-color css
<style>
a { background-color: #4BDFEB; }
a { background-color: rgb(75,223,235); }
div.DivClassName
{
background-color: #4BDFEB;
}
.BgClassName
{
background-color: #4BDFEB;
}
</style>
border-color css
<style>
span { border-color: #4BDFEB; }
span { border-color: rgb(75,223,235); }
td.TdClassName
{
border-color: #4BDFEB;
}
.TagClassName
{
border-color: #4BDFEB;
}
</style>