Shades of Medium Turquoise #3ACDBE
Tints of Medium Turquoise #3ACDBE
RGB
CMYK
RGB Variations
Color information
#3ACDBE (or 0x3ACDBE) is known color: Medium Turquoise. HEX triplet: 3A, CD and BE. RGB value is (58,205,190). Sum of RGB (Red+Green+Blue) = 58+205+190=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDBE is #C53241. Grayscale: #9F9F9F. Windows color (decimal): -12923458 or 12504378. OLE color: 12504378.
HSL color Cylindrical-coordinate representation of color #3ACDBE: hue angle of 173.88º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACDBE is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 190 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.20 |
| HSL | 173.88º | 0.6% | 0.52% | - |
| HSV(B) | 173.88º | 0.72% | 0.8% | - |
| XYZ | 32.87 | 48.28 | 56.3 | - |
| YUV | 159.34 | 145.3 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 190 | 0.72 | 0 | 0.07 | 0.20 | 173.88 | 0.6 | 0.52 |
| Hex | 3A | CD | BE | 48 | 0 | 7 | 14 | AE | 3C | 34 |
| Octal | 72 | 315 | 276 | 110 | 0 | 7 | 24 | 256 | 74 | 64 |
| Binary | 111010 | 11001101 | 10111110 | 1001000 | 0 | 111 | 10100 | 10101110 | 111100 | 110100 |
Color Harmonies of #3ACDBE
Complementary color
Monochromatic Colors of #3ACDBE
Black with #3ACDBE
Text Example
Text Example
White with #3ACDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDBE; }
p { color: rgb(58,205,190); }
H1.HeaderClassName
{
color: #3ACDBE;
}
.AnyTagClassName
{
color: #3ACDBE;
}
</style>
background-color css
<style>
a { background-color: #3ACDBE; }
a { background-color: rgb(58,205,190); }
div.DivClassName
{
background-color: #3ACDBE;
}
.BgClassName
{
background-color: #3ACDBE;
}
</style>
border-color css
<style>
span { border-color: #3ACDBE; }
span { border-color: rgb(58,205,190); }
td.TdClassName
{
border-color: #3ACDBE;
}
.TagClassName
{
border-color: #3ACDBE;
}
</style>