Shades of Medium Turquoise #3BCADA
Tints of Medium Turquoise #3BCADA
RGB
CMYK
RGB Variations
Color information
#3BCADA (or 0x3BCADA) is known color: Medium Turquoise. HEX triplet: 3B, CA and DA. RGB value is (59,202,218). Sum of RGB (Red+Green+Blue) = 59+202+218=479 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.32% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #3BCADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCADA is #C43525. Grayscale: #A0A0A0. Windows color (decimal): -12858662 or 14338619. OLE color: 14338619.
HSL color Cylindrical-coordinate representation of color #3BCADA: hue angle of 186.04º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCADA is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 202 | 218 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.15 |
| HSL | 186.04º | 0.68% | 0.54% | - |
| HSV(B) | 186.04º | 0.73% | 0.85% | - |
| XYZ | 35.58 | 48.23 | 73.76 | - |
| YUV | 161.07 | 160.12 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 218 | 0.73 | 0.07 | 0 | 0.15 | 186.04 | 0.68 | 0.54 |
| Hex | 3B | CA | DA | 49 | 7 | 0 | F | BA | 44 | 36 |
| Octal | 73 | 312 | 332 | 111 | 7 | 0 | 17 | 272 | 104 | 66 |
| Binary | 111011 | 11001010 | 11011010 | 1001001 | 111 | 0 | 1111 | 10111010 | 1000100 | 110110 |
Color Harmonies of #3BCADA
Complementary color
Monochromatic Colors of #3BCADA
Black with #3BCADA
Text Example
Text Example
White with #3BCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCADA; }
p { color: rgb(59,202,218); }
H1.HeaderClassName
{
color: #3BCADA;
}
.AnyTagClassName
{
color: #3BCADA;
}
</style>
background-color css
<style>
a { background-color: #3BCADA; }
a { background-color: rgb(59,202,218); }
div.DivClassName
{
background-color: #3BCADA;
}
.BgClassName
{
background-color: #3BCADA;
}
</style>
border-color css
<style>
span { border-color: #3BCADA; }
span { border-color: rgb(59,202,218); }
td.TdClassName
{
border-color: #3BCADA;
}
.TagClassName
{
border-color: #3BCADA;
}
</style>