Shades of Medium Turquoise #4BCADA
Tints of Medium Turquoise #4BCADA
RGB
CMYK
RGB Variations
Color information
#4BCADA (or 0x4BCADA) is known color: Medium Turquoise. HEX triplet: 4B, CA and DA. RGB value is (75,202,218). Sum of RGB (Red+Green+Blue) = 75+202+218=495 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.15% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #4BCADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCADA is #B43525. Grayscale: #A5A5A5. Windows color (decimal): -11810086 or 14338635. OLE color: 14338635.
HSL color Cylindrical-coordinate representation of color #4BCADA: hue angle of 186.71º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BCADA is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 202 | 218 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.15 |
| HSL | 186.71º | 0.66% | 0.57% | - |
| HSV(B) | 186.71º | 0.66% | 0.85% | - |
| XYZ | 36.68 | 48.8 | 73.82 | - |
| YUV | 165.85 | 157.42 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 218 | 0.66 | 0.07 | 0 | 0.15 | 186.71 | 0.66 | 0.57 |
| Hex | 4B | CA | DA | 42 | 7 | 0 | F | BB | 42 | 39 |
| Octal | 113 | 312 | 332 | 102 | 7 | 0 | 17 | 273 | 102 | 71 |
| Binary | 1001011 | 11001010 | 11011010 | 1000010 | 111 | 0 | 1111 | 10111011 | 1000010 | 111001 |
Color Harmonies of #4BCADA
Complementary color
Monochromatic Colors of #4BCADA
Black with #4BCADA
Text Example
Text Example
White with #4BCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCADA; }
p { color: rgb(75,202,218); }
H1.HeaderClassName
{
color: #4BCADA;
}
.AnyTagClassName
{
color: #4BCADA;
}
</style>
background-color css
<style>
a { background-color: #4BCADA; }
a { background-color: rgb(75,202,218); }
div.DivClassName
{
background-color: #4BCADA;
}
.BgClassName
{
background-color: #4BCADA;
}
</style>
border-color css
<style>
span { border-color: #4BCADA; }
span { border-color: rgb(75,202,218); }
td.TdClassName
{
border-color: #4BCADA;
}
.TagClassName
{
border-color: #4BCADA;
}
</style>