Shades of Medium Turquoise #3BCADE
Tints of Medium Turquoise #3BCADE
RGB
CMYK
RGB Variations
Color information
#3BCADE (or 0x3BCADE) is known color: Medium Turquoise. HEX triplet: 3B, CA and DE. RGB value is (59,202,222). Sum of RGB (Red+Green+Blue) = 59+202+222=483 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.22% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #3BCADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCADE is #C43521. Grayscale: #A1A1A1. Windows color (decimal): -12858658 or 14600763. OLE color: 14600763.
HSL color Cylindrical-coordinate representation of color #3BCADE: hue angle of 187.36º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCADE is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 202 | 222 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.13 |
| HSL | 187.36º | 0.71% | 0.55% | - |
| HSV(B) | 187.36º | 0.73% | 0.87% | - |
| XYZ | 36.11 | 48.44 | 76.55 | - |
| YUV | 161.52 | 162.12 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 222 | 0.73 | 0.09 | 0 | 0.13 | 187.36 | 0.71 | 0.55 |
| Hex | 3B | CA | DE | 49 | 9 | 0 | D | BB | 47 | 37 |
| Octal | 73 | 312 | 336 | 111 | 11 | 0 | 15 | 273 | 107 | 67 |
| Binary | 111011 | 11001010 | 11011110 | 1001001 | 1001 | 0 | 1101 | 10111011 | 1000111 | 110111 |
Color Harmonies of #3BCADE
Complementary color
Monochromatic Colors of #3BCADE
Black with #3BCADE
Text Example
Text Example
White with #3BCADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCADE; }
p { color: rgb(59,202,222); }
H1.HeaderClassName
{
color: #3BCADE;
}
.AnyTagClassName
{
color: #3BCADE;
}
</style>
background-color css
<style>
a { background-color: #3BCADE; }
a { background-color: rgb(59,202,222); }
div.DivClassName
{
background-color: #3BCADE;
}
.BgClassName
{
background-color: #3BCADE;
}
</style>
border-color css
<style>
span { border-color: #3BCADE; }
span { border-color: rgb(59,202,222); }
td.TdClassName
{
border-color: #3BCADE;
}
.TagClassName
{
border-color: #3BCADE;
}
</style>