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