Shades of Medium Turquoise #3BCEE4
Tints of Medium Turquoise #3BCEE4
RGB
CMYK
RGB Variations
Color information
#3BCEE4 (or 0x3BCEE4) is known color: Medium Turquoise. HEX triplet: 3B, CE and E4. RGB value is (59,206,228). Sum of RGB (Red+Green+Blue) = 59+206+228=493 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.97% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 228 - color contains mainly: blue. Hex color #3BCEE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCEE4 is #C4311B. Grayscale: #A4A4A4. Windows color (decimal): -12857628 or 14995003. OLE color: 14995003.
HSL color Cylindrical-coordinate representation of color #3BCEE4: hue angle of 187.81º degrees, saturation: 0.76, 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 #3BCEE4 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 206 | 228 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.11 |
| HSL | 187.81º | 0.76% | 0.56% | - |
| HSV(B) | 187.81º | 0.74% | 0.89% | - |
| XYZ | 37.88 | 50.67 | 81.18 | - |
| YUV | 164.56 | 163.8 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 228 | 0.74 | 0.10 | 0 | 0.11 | 187.81 | 0.76 | 0.56 |
| Hex | 3B | CE | E4 | 4A | A | 0 | B | BC | 4C | 38 |
| Octal | 73 | 316 | 344 | 112 | 12 | 0 | 13 | 274 | 114 | 70 |
| Binary | 111011 | 11001110 | 11100100 | 1001010 | 1010 | 0 | 1011 | 10111100 | 1001100 | 111000 |
Color Harmonies of #3BCEE4
Complementary color
Monochromatic Colors of #3BCEE4
Black with #3BCEE4
Text Example
Text Example
White with #3BCEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCEE4; }
p { color: rgb(59,206,228); }
H1.HeaderClassName
{
color: #3BCEE4;
}
.AnyTagClassName
{
color: #3BCEE4;
}
</style>
background-color css
<style>
a { background-color: #3BCEE4; }
a { background-color: rgb(59,206,228); }
div.DivClassName
{
background-color: #3BCEE4;
}
.BgClassName
{
background-color: #3BCEE4;
}
</style>
border-color css
<style>
span { border-color: #3BCEE4; }
span { border-color: rgb(59,206,228); }
td.TdClassName
{
border-color: #3BCEE4;
}
.TagClassName
{
border-color: #3BCEE4;
}
</style>