Shades of Medium Turquoise #3CCEDE
Tints of Medium Turquoise #3CCEDE
RGB
CMYK
RGB Variations
Color information
#3CCEDE (or 0x3CCEDE) is known color: Medium Turquoise. HEX triplet: 3C, CE and DE. RGB value is (60,206,222). Sum of RGB (Red+Green+Blue) = 60+206+222=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #3CCEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCEDE is #C33121. Grayscale: #A3A3A3. Windows color (decimal): -12792098 or 14601788. OLE color: 14601788.
HSL color Cylindrical-coordinate representation of color #3CCEDE: hue angle of 185.93º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CCEDE is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 206 | 222 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.13 |
| HSL | 185.93º | 0.71% | 0.55% | - |
| HSV(B) | 185.93º | 0.73% | 0.87% | - |
| XYZ | 37.12 | 50.38 | 76.87 | - |
| YUV | 164.17 | 160.63 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 222 | 0.73 | 0.07 | 0 | 0.13 | 185.93 | 0.71 | 0.55 |
| Hex | 3C | CE | DE | 49 | 7 | 0 | D | BA | 47 | 37 |
| Octal | 74 | 316 | 336 | 111 | 7 | 0 | 15 | 272 | 107 | 67 |
| Binary | 111100 | 11001110 | 11011110 | 1001001 | 111 | 0 | 1101 | 10111010 | 1000111 | 110111 |
Color Harmonies of #3CCEDE
Complementary color
Monochromatic Colors of #3CCEDE
Black with #3CCEDE
Text Example
Text Example
White with #3CCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCEDE; }
p { color: rgb(60,206,222); }
H1.HeaderClassName
{
color: #3CCEDE;
}
.AnyTagClassName
{
color: #3CCEDE;
}
</style>
background-color css
<style>
a { background-color: #3CCEDE; }
a { background-color: rgb(60,206,222); }
div.DivClassName
{
background-color: #3CCEDE;
}
.BgClassName
{
background-color: #3CCEDE;
}
</style>
border-color css
<style>
span { border-color: #3CCEDE; }
span { border-color: rgb(60,206,222); }
td.TdClassName
{
border-color: #3CCEDE;
}
.TagClassName
{
border-color: #3CCEDE;
}
</style>