Shades of Medium Turquoise #3AC7DB
Tints of Medium Turquoise #3AC7DB
RGB
CMYK
RGB Variations
Color information
#3AC7DB (or 0x3AC7DB) is known color: Medium Turquoise. HEX triplet: 3A, C7 and DB. RGB value is (58,199,219). Sum of RGB (Red+Green+Blue) = 58+199+219=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AC7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC7DB is #C53824. Grayscale: #9E9E9E. Windows color (decimal): -12924965 or 14403386. OLE color: 14403386.
HSL color Cylindrical-coordinate representation of color #3AC7DB: hue angle of 187.45º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AC7DB is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 199 | 219 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.14 |
| HSL | 187.45º | 0.69% | 0.54% | - |
| HSV(B) | 187.45º | 0.74% | 0.86% | - |
| XYZ | 34.95 | 46.86 | 74.22 | - |
| YUV | 159.12 | 161.79 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 199 | 219 | 0.74 | 0.09 | 0 | 0.14 | 187.45 | 0.69 | 0.54 |
| Hex | 3A | C7 | DB | 4A | 9 | 0 | E | BB | 45 | 36 |
| Octal | 72 | 307 | 333 | 112 | 11 | 0 | 16 | 273 | 105 | 66 |
| Binary | 111010 | 11000111 | 11011011 | 1001010 | 1001 | 0 | 1110 | 10111011 | 1000101 | 110110 |
Color Harmonies of #3AC7DB
Complementary color
Monochromatic Colors of #3AC7DB
Black with #3AC7DB
Text Example
Text Example
White with #3AC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC7DB; }
p { color: rgb(58,199,219); }
H1.HeaderClassName
{
color: #3AC7DB;
}
.AnyTagClassName
{
color: #3AC7DB;
}
</style>
background-color css
<style>
a { background-color: #3AC7DB; }
a { background-color: rgb(58,199,219); }
div.DivClassName
{
background-color: #3AC7DB;
}
.BgClassName
{
background-color: #3AC7DB;
}
</style>
border-color css
<style>
span { border-color: #3AC7DB; }
span { border-color: rgb(58,199,219); }
td.TdClassName
{
border-color: #3AC7DB;
}
.TagClassName
{
border-color: #3AC7DB;
}
</style>