Shades of Medium Turquoise #3ACDCE
Tints of Medium Turquoise #3ACDCE
RGB
CMYK
RGB Variations
Color information
#3ACDCE (or 0x3ACDCE) is known color: Medium Turquoise. HEX triplet: 3A, CD and CE. RGB value is (58,205,206). Sum of RGB (Red+Green+Blue) = 58+205+206=469 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.37% from 469); Green value is 205 (80.47% from 255 or 43.71% 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 #3ACDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDCE is #C53231. Grayscale: #A1A1A1. Windows color (decimal): -12923442 or 13552954. OLE color: 13552954.
HSL color Cylindrical-coordinate representation of color #3ACDCE: hue angle of 180.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACDCE is Cyan = 0.72, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 205 | 206 | - |
| CMYK | 0.72 | 0.00 | 0 | 0.19 |
| HSL | 180.41º | 0.6% | 0.52% | - |
| HSV(B) | 180.41º | 0.72% | 0.81% | - |
| XYZ | 34.72 | 49.02 | 66.02 | - |
| YUV | 161.16 | 153.3 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 206 | 0.72 | 0.00 | 0 | 0.19 | 180.41 | 0.6 | 0.52 |
| Hex | 3A | CD | CE | 48 | 0 | 0 | 13 | B4 | 3C | 34 |
| Octal | 72 | 315 | 316 | 110 | 0 | 0 | 23 | 264 | 74 | 64 |
| Binary | 111010 | 11001101 | 11001110 | 1001000 | 0 | 0 | 10011 | 10110100 | 111100 | 110100 |
Color Harmonies of #3ACDCE
Complementary color
Monochromatic Colors of #3ACDCE
Black with #3ACDCE
Text Example
Text Example
White with #3ACDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDCE; }
p { color: rgb(58,205,206); }
H1.HeaderClassName
{
color: #3ACDCE;
}
.AnyTagClassName
{
color: #3ACDCE;
}
</style>
background-color css
<style>
a { background-color: #3ACDCE; }
a { background-color: rgb(58,205,206); }
div.DivClassName
{
background-color: #3ACDCE;
}
.BgClassName
{
background-color: #3ACDCE;
}
</style>
border-color css
<style>
span { border-color: #3ACDCE; }
span { border-color: rgb(58,205,206); }
td.TdClassName
{
border-color: #3ACDCE;
}
.TagClassName
{
border-color: #3ACDCE;
}
</style>