Shades of Medium Turquoise #3ACED1
Tints of Medium Turquoise #3ACED1
RGB
CMYK
RGB Variations
Color information
#3ACED1 (or 0x3ACED1) is known color: Medium Turquoise. HEX triplet: 3A, CE and D1. RGB value is (58,206,209). Sum of RGB (Red+Green+Blue) = 58+206+209=473 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.26% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #3ACED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACED1 is #C5312E. Grayscale: #A1A1A1. Windows color (decimal): -12923183 or 13749818. OLE color: 13749818.
HSL color Cylindrical-coordinate representation of color #3ACED1: hue angle of 181.19º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACED1 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 206 | 209 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.18 |
| HSL | 181.19º | 0.62% | 0.52% | - |
| HSV(B) | 181.19º | 0.72% | 0.82% | - |
| XYZ | 35.32 | 49.65 | 68.04 | - |
| YUV | 162.09 | 154.47 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 209 | 0.72 | 0.01 | 0 | 0.18 | 181.19 | 0.62 | 0.52 |
| Hex | 3A | CE | D1 | 48 | 1 | 0 | 12 | B5 | 3E | 34 |
| Octal | 72 | 316 | 321 | 110 | 1 | 0 | 22 | 265 | 76 | 64 |
| Binary | 111010 | 11001110 | 11010001 | 1001000 | 1 | 0 | 10010 | 10110101 | 111110 | 110100 |
Color Harmonies of #3ACED1
Complementary color
Monochromatic Colors of #3ACED1
Black with #3ACED1
Text Example
Text Example
White with #3ACED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACED1; }
p { color: rgb(58,206,209); }
H1.HeaderClassName
{
color: #3ACED1;
}
.AnyTagClassName
{
color: #3ACED1;
}
</style>
background-color css
<style>
a { background-color: #3ACED1; }
a { background-color: rgb(58,206,209); }
div.DivClassName
{
background-color: #3ACED1;
}
.BgClassName
{
background-color: #3ACED1;
}
</style>
border-color css
<style>
span { border-color: #3ACED1; }
span { border-color: rgb(58,206,209); }
td.TdClassName
{
border-color: #3ACED1;
}
.TagClassName
{
border-color: #3ACED1;
}
</style>