Shades of Medium Turquoise #3CCEBB
Tints of Medium Turquoise #3CCEBB
RGB
CMYK
RGB Variations
Color information
#3CCEBB (or 0x3CCEBB) is known color: Medium Turquoise. HEX triplet: 3C, CE and BB. RGB value is (60,206,187). Sum of RGB (Red+Green+Blue) = 60+206+187=453 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.25% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCEBB is #C33144. Grayscale: #A0A0A0. Windows color (decimal): -12792133 or 12308028. OLE color: 12308028.
HSL color Cylindrical-coordinate representation of color #3CCEBB: hue angle of 172.19º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCEBB is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 206 | 187 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.19 |
| HSL | 172.19º | 0.6% | 0.52% | - |
| HSV(B) | 172.19º | 0.71% | 0.81% | - |
| XYZ | 32.9 | 48.69 | 54.68 | - |
| YUV | 160.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 187 | 0.71 | 0 | 0.09 | 0.19 | 172.19 | 0.6 | 0.52 |
| Hex | 3C | CE | BB | 47 | 0 | 9 | 13 | AC | 3C | 34 |
| Octal | 74 | 316 | 273 | 107 | 0 | 11 | 23 | 254 | 74 | 64 |
| Binary | 111100 | 11001110 | 10111011 | 1000111 | 0 | 1001 | 10011 | 10101100 | 111100 | 110100 |
Color Harmonies of #3CCEBB
Complementary color
Monochromatic Colors of #3CCEBB
Black with #3CCEBB
Text Example
Text Example
White with #3CCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCEBB; }
p { color: rgb(60,206,187); }
H1.HeaderClassName
{
color: #3CCEBB;
}
.AnyTagClassName
{
color: #3CCEBB;
}
</style>
background-color css
<style>
a { background-color: #3CCEBB; }
a { background-color: rgb(60,206,187); }
div.DivClassName
{
background-color: #3CCEBB;
}
.BgClassName
{
background-color: #3CCEBB;
}
</style>
border-color css
<style>
span { border-color: #3CCEBB; }
span { border-color: rgb(60,206,187); }
td.TdClassName
{
border-color: #3CCEBB;
}
.TagClassName
{
border-color: #3CCEBB;
}
</style>