Shades of Turquoise #3ADDBE
Tints of Turquoise #3ADDBE
RGB
CMYK
RGB Variations
Color information
#3ADDBE (or 0x3ADDBE) is known color: Turquoise. HEX triplet: 3A, DD and BE. RGB value is (58,221,190). Sum of RGB (Red+Green+Blue) = 58+221+190=469 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.37% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDBE is #C52241. Grayscale: #A8A8A8. Windows color (decimal): -12919362 or 12508474. OLE color: 12508474.
HSL color Cylindrical-coordinate representation of color #3ADDBE: hue angle of 168.59º 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 #3ADDBE is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 190 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.13 |
| HSL | 168.59º | 0.71% | 0.55% | - |
| HSV(B) | 168.59º | 0.74% | 0.87% | - |
| XYZ | 36.9 | 56.33 | 57.64 | - |
| YUV | 168.73 | 140 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 190 | 0.74 | 0 | 0.14 | 0.13 | 168.59 | 0.71 | 0.55 |
| Hex | 3A | DD | BE | 4A | 0 | E | D | A9 | 47 | 37 |
| Octal | 72 | 335 | 276 | 112 | 0 | 16 | 15 | 251 | 107 | 67 |
| Binary | 111010 | 11011101 | 10111110 | 1001010 | 0 | 1110 | 1101 | 10101001 | 1000111 | 110111 |
Color Harmonies of #3ADDBE
Complementary color
Monochromatic Colors of #3ADDBE
Black with #3ADDBE
Text Example
Text Example
White with #3ADDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDBE; }
p { color: rgb(58,221,190); }
H1.HeaderClassName
{
color: #3ADDBE;
}
.AnyTagClassName
{
color: #3ADDBE;
}
</style>
background-color css
<style>
a { background-color: #3ADDBE; }
a { background-color: rgb(58,221,190); }
div.DivClassName
{
background-color: #3ADDBE;
}
.BgClassName
{
background-color: #3ADDBE;
}
</style>
border-color css
<style>
span { border-color: #3ADDBE; }
span { border-color: rgb(58,221,190); }
td.TdClassName
{
border-color: #3ADDBE;
}
.TagClassName
{
border-color: #3ADDBE;
}
</style>