Shades of Medium Turquoise #3ACDBB
Tints of Medium Turquoise #3ACDBB
RGB
CMYK
RGB Variations
Color information
#3ACDBB (or 0x3ACDBB) is known color: Medium Turquoise. HEX triplet: 3A, CD and BB. RGB value is (58,205,187). Sum of RGB (Red+Green+Blue) = 58+205+187=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDBB is #C53244. Grayscale: #9E9E9E. Windows color (decimal): -12923461 or 12307770. OLE color: 12307770.
HSL color Cylindrical-coordinate representation of color #3ACDBB: hue angle of 172.65º 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 #3ACDBB is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 187 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.20 |
| HSL | 172.65º | 0.6% | 0.52% | - |
| HSV(B) | 172.65º | 0.72% | 0.8% | - |
| XYZ | 32.55 | 48.15 | 54.59 | - |
| YUV | 159 | 143.8 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 187 | 0.72 | 0 | 0.09 | 0.20 | 172.65 | 0.6 | 0.52 |
| Hex | 3A | CD | BB | 48 | 0 | 9 | 14 | AD | 3C | 34 |
| Octal | 72 | 315 | 273 | 110 | 0 | 11 | 24 | 255 | 74 | 64 |
| Binary | 111010 | 11001101 | 10111011 | 1001000 | 0 | 1001 | 10100 | 10101101 | 111100 | 110100 |
Color Harmonies of #3ACDBB
Complementary color
Monochromatic Colors of #3ACDBB
Black with #3ACDBB
Text Example
Text Example
White with #3ACDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDBB; }
p { color: rgb(58,205,187); }
H1.HeaderClassName
{
color: #3ACDBB;
}
.AnyTagClassName
{
color: #3ACDBB;
}
</style>
background-color css
<style>
a { background-color: #3ACDBB; }
a { background-color: rgb(58,205,187); }
div.DivClassName
{
background-color: #3ACDBB;
}
.BgClassName
{
background-color: #3ACDBB;
}
</style>
border-color css
<style>
span { border-color: #3ACDBB; }
span { border-color: rgb(58,205,187); }
td.TdClassName
{
border-color: #3ACDBB;
}
.TagClassName
{
border-color: #3ACDBB;
}
</style>