Shades of Turquoise #3ADCBF
Tints of Turquoise #3ADCBF
RGB
CMYK
RGB Variations
Color information
#3ADCBF (or 0x3ADCBF) is known color: Turquoise. HEX triplet: 3A, DC and BF. RGB value is (58,220,191). Sum of RGB (Red+Green+Blue) = 58+220+191=469 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.37% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCBF is #C52340. Grayscale: #A8A8A8. Windows color (decimal): -12919617 or 12573754. OLE color: 12573754.
HSL color Cylindrical-coordinate representation of color #3ADCBF: hue angle of 169.26º 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 #3ADCBF is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 191 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.14 |
| HSL | 169.26º | 0.7% | 0.55% | - |
| HSV(B) | 169.26º | 0.74% | 0.86% | - |
| XYZ | 36.74 | 55.85 | 58.13 | - |
| YUV | 168.26 | 140.83 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 191 | 0.74 | 0 | 0.13 | 0.14 | 169.26 | 0.7 | 0.55 |
| Hex | 3A | DC | BF | 4A | 0 | D | E | A9 | 46 | 37 |
| Octal | 72 | 334 | 277 | 112 | 0 | 15 | 16 | 251 | 106 | 67 |
| Binary | 111010 | 11011100 | 10111111 | 1001010 | 0 | 1101 | 1110 | 10101001 | 1000110 | 110111 |
Color Harmonies of #3ADCBF
Complementary color
Monochromatic Colors of #3ADCBF
Black with #3ADCBF
Text Example
Text Example
White with #3ADCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCBF; }
p { color: rgb(58,220,191); }
H1.HeaderClassName
{
color: #3ADCBF;
}
.AnyTagClassName
{
color: #3ADCBF;
}
</style>
background-color css
<style>
a { background-color: #3ADCBF; }
a { background-color: rgb(58,220,191); }
div.DivClassName
{
background-color: #3ADCBF;
}
.BgClassName
{
background-color: #3ADCBF;
}
</style>
border-color css
<style>
span { border-color: #3ADCBF; }
span { border-color: rgb(58,220,191); }
td.TdClassName
{
border-color: #3ADCBF;
}
.TagClassName
{
border-color: #3ADCBF;
}
</style>