Shades of Turquoise #3ADDBF
Tints of Turquoise #3ADDBF
RGB
CMYK
RGB Variations
Color information
#3ADDBF (or 0x3ADDBF) is known color: Turquoise. HEX triplet: 3A, DD and BF. RGB value is (58,221,191). Sum of RGB (Red+Green+Blue) = 58+221+191=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDBF is #C52240. Grayscale: #A8A8A8. Windows color (decimal): -12919361 or 12574010. OLE color: 12574010.
HSL color Cylindrical-coordinate representation of color #3ADDBF: hue angle of 168.96º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADDBF is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 191 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.13 |
| HSL | 168.96º | 0.71% | 0.55% | - |
| HSV(B) | 168.96º | 0.74% | 0.87% | - |
| XYZ | 37.01 | 56.37 | 58.22 | - |
| YUV | 168.84 | 140.5 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 191 | 0.74 | 0 | 0.14 | 0.13 | 168.96 | 0.71 | 0.55 |
| Hex | 3A | DD | BF | 4A | 0 | E | D | A9 | 47 | 37 |
| Octal | 72 | 335 | 277 | 112 | 0 | 16 | 15 | 251 | 107 | 67 |
| Binary | 111010 | 11011101 | 10111111 | 1001010 | 0 | 1110 | 1101 | 10101001 | 1000111 | 110111 |
Color Harmonies of #3ADDBF
Complementary color
Monochromatic Colors of #3ADDBF
Black with #3ADDBF
Text Example
Text Example
White with #3ADDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDBF; }
p { color: rgb(58,221,191); }
H1.HeaderClassName
{
color: #3ADDBF;
}
.AnyTagClassName
{
color: #3ADDBF;
}
</style>
background-color css
<style>
a { background-color: #3ADDBF; }
a { background-color: rgb(58,221,191); }
div.DivClassName
{
background-color: #3ADDBF;
}
.BgClassName
{
background-color: #3ADDBF;
}
</style>
border-color css
<style>
span { border-color: #3ADDBF; }
span { border-color: rgb(58,221,191); }
td.TdClassName
{
border-color: #3ADDBF;
}
.TagClassName
{
border-color: #3ADDBF;
}
</style>