Shades of Medium Turquoise #3CCECB
Tints of Medium Turquoise #3CCECB
RGB
CMYK
RGB Variations
Color information
#3CCECB (or 0x3CCECB) is known color: Medium Turquoise. HEX triplet: 3C, CE and CB. RGB value is (60,206,203). Sum of RGB (Red+Green+Blue) = 60+206+203=469 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.79% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCECB is #C33134. Grayscale: #A1A1A1. Windows color (decimal): -12792117 or 13356604. OLE color: 13356604.
HSL color Cylindrical-coordinate representation of color #3CCECB: hue angle of 178.77º 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 #3CCECB is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 206 | 203 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.19 |
| HSL | 178.77º | 0.6% | 0.52% | - |
| HSV(B) | 178.77º | 0.71% | 0.81% | - |
| XYZ | 34.71 | 49.42 | 64.21 | - |
| YUV | 162 | 151.13 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 203 | 0.71 | 0 | 0.01 | 0.19 | 178.77 | 0.6 | 0.52 |
| Hex | 3C | CE | CB | 47 | 0 | 1 | 13 | B3 | 3C | 34 |
| Octal | 74 | 316 | 313 | 107 | 0 | 1 | 23 | 263 | 74 | 64 |
| Binary | 111100 | 11001110 | 11001011 | 1000111 | 0 | 1 | 10011 | 10110011 | 111100 | 110100 |
Color Harmonies of #3CCECB
Complementary color
Monochromatic Colors of #3CCECB
Black with #3CCECB
Text Example
Text Example
White with #3CCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCECB; }
p { color: rgb(60,206,203); }
H1.HeaderClassName
{
color: #3CCECB;
}
.AnyTagClassName
{
color: #3CCECB;
}
</style>
background-color css
<style>
a { background-color: #3CCECB; }
a { background-color: rgb(60,206,203); }
div.DivClassName
{
background-color: #3CCECB;
}
.BgClassName
{
background-color: #3CCECB;
}
</style>
border-color css
<style>
span { border-color: #3CCECB; }
span { border-color: rgb(60,206,203); }
td.TdClassName
{
border-color: #3CCECB;
}
.TagClassName
{
border-color: #3CCECB;
}
</style>