Shades of Medium Turquoise #3BCEE3
Tints of Medium Turquoise #3BCEE3
RGB
CMYK
RGB Variations
Color information
#3BCEE3 (or 0x3BCEE3) is known color: Medium Turquoise. HEX triplet: 3B, CE and E3. RGB value is (59,206,227). Sum of RGB (Red+Green+Blue) = 59+206+227=492 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.99% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 227 - color contains mainly: blue. Hex color #3BCEE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCEE3 is #C4311C. Grayscale: #A4A4A4. Windows color (decimal): -12857629 or 14929467. OLE color: 14929467.
HSL color Cylindrical-coordinate representation of color #3BCEE3: hue angle of 187.5º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BCEE3 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 206 | 227 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.11 |
| HSL | 187.5º | 0.75% | 0.56% | - |
| HSV(B) | 187.5º | 0.74% | 0.89% | - |
| XYZ | 37.74 | 50.62 | 80.45 | - |
| YUV | 164.44 | 163.3 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 227 | 0.74 | 0.09 | 0 | 0.11 | 187.5 | 0.75 | 0.56 |
| Hex | 3B | CE | E3 | 4A | 9 | 0 | B | BC | 4B | 38 |
| Octal | 73 | 316 | 343 | 112 | 11 | 0 | 13 | 274 | 113 | 70 |
| Binary | 111011 | 11001110 | 11100011 | 1001010 | 1001 | 0 | 1011 | 10111100 | 1001011 | 111000 |
Color Harmonies of #3BCEE3
Complementary color
Monochromatic Colors of #3BCEE3
Black with #3BCEE3
Text Example
Text Example
White with #3BCEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCEE3; }
p { color: rgb(59,206,227); }
H1.HeaderClassName
{
color: #3BCEE3;
}
.AnyTagClassName
{
color: #3BCEE3;
}
</style>
background-color css
<style>
a { background-color: #3BCEE3; }
a { background-color: rgb(59,206,227); }
div.DivClassName
{
background-color: #3BCEE3;
}
.BgClassName
{
background-color: #3BCEE3;
}
</style>
border-color css
<style>
span { border-color: #3BCEE3; }
span { border-color: rgb(59,206,227); }
td.TdClassName
{
border-color: #3BCEE3;
}
.TagClassName
{
border-color: #3BCEE3;
}
</style>