Shades of Medium Turquoise #3DCACE
Tints of Medium Turquoise #3DCACE
RGB
CMYK
RGB Variations
Color information
#3DCACE (or 0x3DCACE) is known color: Medium Turquoise. HEX triplet: 3D, CA and CE. RGB value is (61,202,206). Sum of RGB (Red+Green+Blue) = 61+202+206=469 (62% of max value = 765). Red value is 61 (24.22% from 255 or 13.01% from 469); Green value is 202 (79.30% from 255 or 43.07% 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 #3DCACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCACE is #C23531. Grayscale: #A0A0A0. Windows color (decimal): -12727602 or 13552189. OLE color: 13552189.
HSL color Cylindrical-coordinate representation of color #3DCACE: hue angle of 181.66º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCACE is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 202 | 206 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.19 |
| HSL | 181.66º | 0.6% | 0.52% | - |
| HSV(B) | 181.66º | 0.7% | 0.81% | - |
| XYZ | 34.19 | 47.69 | 65.8 | - |
| YUV | 160.3 | 153.79 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 206 | 0.70 | 0.02 | 0 | 0.19 | 181.66 | 0.6 | 0.52 |
| Hex | 3D | CA | CE | 46 | 2 | 0 | 13 | B6 | 3C | 34 |
| Octal | 75 | 312 | 316 | 106 | 2 | 0 | 23 | 266 | 74 | 64 |
| Binary | 111101 | 11001010 | 11001110 | 1000110 | 10 | 0 | 10011 | 10110110 | 111100 | 110100 |
Color Harmonies of #3DCACE
Complementary color
Monochromatic Colors of #3DCACE
Black with #3DCACE
Text Example
Text Example
White with #3DCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCACE; }
p { color: rgb(61,202,206); }
H1.HeaderClassName
{
color: #3DCACE;
}
.AnyTagClassName
{
color: #3DCACE;
}
</style>
background-color css
<style>
a { background-color: #3DCACE; }
a { background-color: rgb(61,202,206); }
div.DivClassName
{
background-color: #3DCACE;
}
.BgClassName
{
background-color: #3DCACE;
}
</style>
border-color css
<style>
span { border-color: #3DCACE; }
span { border-color: rgb(61,202,206); }
td.TdClassName
{
border-color: #3DCACE;
}
.TagClassName
{
border-color: #3DCACE;
}
</style>