Shades of Turquoise #3ADCBC
Tints of Turquoise #3ADCBC
RGB
CMYK
RGB Variations
Color information
#3ADCBC (or 0x3ADCBC) is known color: Turquoise. HEX triplet: 3A, DC and BC. RGB value is (58,220,188). Sum of RGB (Red+Green+Blue) = 58+220+188=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCBC is #C52343. Grayscale: #A7A7A7. Windows color (decimal): -12919620 or 12377146. OLE color: 12377146.
HSL color Cylindrical-coordinate representation of color #3ADCBC: hue angle of 168.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADCBC is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 188 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.14 |
| HSL | 168.15º | 0.7% | 0.55% | - |
| HSV(B) | 168.15º | 0.74% | 0.86% | - |
| XYZ | 36.42 | 55.72 | 56.41 | - |
| YUV | 167.91 | 139.33 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 188 | 0.74 | 0 | 0.15 | 0.14 | 168.15 | 0.7 | 0.55 |
| Hex | 3A | DC | BC | 4A | 0 | F | E | A8 | 46 | 37 |
| Octal | 72 | 334 | 274 | 112 | 0 | 17 | 16 | 250 | 106 | 67 |
| Binary | 111010 | 11011100 | 10111100 | 1001010 | 0 | 1111 | 1110 | 10101000 | 1000110 | 110111 |
Color Harmonies of #3ADCBC
Complementary color
Monochromatic Colors of #3ADCBC
Black with #3ADCBC
Text Example
Text Example
White with #3ADCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCBC; }
p { color: rgb(58,220,188); }
H1.HeaderClassName
{
color: #3ADCBC;
}
.AnyTagClassName
{
color: #3ADCBC;
}
</style>
background-color css
<style>
a { background-color: #3ADCBC; }
a { background-color: rgb(58,220,188); }
div.DivClassName
{
background-color: #3ADCBC;
}
.BgClassName
{
background-color: #3ADCBC;
}
</style>
border-color css
<style>
span { border-color: #3ADCBC; }
span { border-color: rgb(58,220,188); }
td.TdClassName
{
border-color: #3ADCBC;
}
.TagClassName
{
border-color: #3ADCBC;
}
</style>