Shades of Turquoise #4BECDD
Tints of Turquoise #4BECDD
RGB
CMYK
RGB Variations
Color information
#4BECDD (or 0x4BECDD) is known color: Turquoise. HEX triplet: 4B, EC and DD. RGB value is (75,236,221). Sum of RGB (Red+Green+Blue) = 75+236+221=532 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.10% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BECDD is #B41322. Grayscale: #BABABA. Windows color (decimal): -11801379 or 14543947. OLE color: 14543947.
HSL color Cylindrical-coordinate representation of color #4BECDD: hue angle of 174.41º degrees, saturation: 0.81, 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 #4BECDD is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 236 | 221 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.07 |
| HSL | 174.41º | 0.81% | 0.61% | - |
| HSV(B) | 174.41º | 0.68% | 0.93% | - |
| XYZ | 45.95 | 66.71 | 78.86 | - |
| YUV | 186.15 | 147.66 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 236 | 221 | 0.68 | 0 | 0.06 | 0.07 | 174.41 | 0.81 | 0.61 |
| Hex | 4B | EC | DD | 44 | 0 | 6 | 7 | AE | 51 | 3D |
| Octal | 113 | 354 | 335 | 104 | 0 | 6 | 7 | 256 | 121 | 75 |
| Binary | 1001011 | 11101100 | 11011101 | 1000100 | 0 | 110 | 111 | 10101110 | 1010001 | 111101 |
Color Harmonies of #4BECDD
Complementary color
Monochromatic Colors of #4BECDD
Black with #4BECDD
Text Example
Text Example
White with #4BECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BECDD; }
p { color: rgb(75,236,221); }
H1.HeaderClassName
{
color: #4BECDD;
}
.AnyTagClassName
{
color: #4BECDD;
}
</style>
background-color css
<style>
a { background-color: #4BECDD; }
a { background-color: rgb(75,236,221); }
div.DivClassName
{
background-color: #4BECDD;
}
.BgClassName
{
background-color: #4BECDD;
}
</style>
border-color css
<style>
span { border-color: #4BECDD; }
span { border-color: rgb(75,236,221); }
td.TdClassName
{
border-color: #4BECDD;
}
.TagClassName
{
border-color: #4BECDD;
}
</style>