Shades of Turquoise #4BDFEA
Tints of Turquoise #4BDFEA
RGB
CMYK
RGB Variations
Color information
#4BDFEA (or 0x4BDFEA) is known color: Turquoise. HEX triplet: 4B, DF and EA. RGB value is (75,223,234). Sum of RGB (Red+Green+Blue) = 75+223+234=532 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.10% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #4BDFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDFEA is #B42015. Grayscale: #B3B3B3. Windows color (decimal): -11804694 or 15392587. OLE color: 15392587.
HSL color Cylindrical-coordinate representation of color #4BDFEA: hue angle of 184.15º degrees, saturation: 0.79, 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 #4BDFEA is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 223 | 234 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.08 |
| HSL | 184.15º | 0.79% | 0.61% | - |
| HSV(B) | 184.15º | 0.68% | 0.92% | - |
| XYZ | 44.14 | 60.21 | 87.14 | - |
| YUV | 180 | 158.47 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 234 | 0.68 | 0.05 | 0 | 0.08 | 184.15 | 0.79 | 0.61 |
| Hex | 4B | DF | EA | 44 | 5 | 0 | 8 | B8 | 4F | 3D |
| Octal | 113 | 337 | 352 | 104 | 5 | 0 | 10 | 270 | 117 | 75 |
| Binary | 1001011 | 11011111 | 11101010 | 1000100 | 101 | 0 | 1000 | 10111000 | 1001111 | 111101 |
Color Harmonies of #4BDFEA
Complementary color
Monochromatic Colors of #4BDFEA
Black with #4BDFEA
Text Example
Text Example
White with #4BDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFEA; }
p { color: rgb(75,223,234); }
H1.HeaderClassName
{
color: #4BDFEA;
}
.AnyTagClassName
{
color: #4BDFEA;
}
</style>
background-color css
<style>
a { background-color: #4BDFEA; }
a { background-color: rgb(75,223,234); }
div.DivClassName
{
background-color: #4BDFEA;
}
.BgClassName
{
background-color: #4BDFEA;
}
</style>
border-color css
<style>
span { border-color: #4BDFEA; }
span { border-color: rgb(75,223,234); }
td.TdClassName
{
border-color: #4BDFEA;
}
.TagClassName
{
border-color: #4BDFEA;
}
</style>