Shades of Turquoise #3ADEBC
Tints of Turquoise #3ADEBC
RGB
CMYK
RGB Variations
Color information
#3ADEBC (or 0x3ADEBC) is known color: Turquoise. HEX triplet: 3A, DE and BC. RGB value is (58,222,188). Sum of RGB (Red+Green+Blue) = 58+222+188=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADEBC is #C52143. Grayscale: #A9A9A9. Windows color (decimal): -12919108 or 12377658. OLE color: 12377658.
HSL color Cylindrical-coordinate representation of color #3ADEBC: hue angle of 167.56º 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 #3ADEBC is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 188 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.13 |
| HSL | 167.56º | 0.71% | 0.55% | - |
| HSV(B) | 167.56º | 0.74% | 0.87% | - |
| XYZ | 36.94 | 56.77 | 56.59 | - |
| YUV | 169.09 | 138.67 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 188 | 0.74 | 0 | 0.15 | 0.13 | 167.56 | 0.71 | 0.55 |
| Hex | 3A | DE | BC | 4A | 0 | F | D | A8 | 47 | 37 |
| Octal | 72 | 336 | 274 | 112 | 0 | 17 | 15 | 250 | 107 | 67 |
| Binary | 111010 | 11011110 | 10111100 | 1001010 | 0 | 1111 | 1101 | 10101000 | 1000111 | 110111 |
Color Harmonies of #3ADEBC
Complementary color
Monochromatic Colors of #3ADEBC
Black with #3ADEBC
Text Example
Text Example
White with #3ADEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADEBC; }
p { color: rgb(58,222,188); }
H1.HeaderClassName
{
color: #3ADEBC;
}
.AnyTagClassName
{
color: #3ADEBC;
}
</style>
background-color css
<style>
a { background-color: #3ADEBC; }
a { background-color: rgb(58,222,188); }
div.DivClassName
{
background-color: #3ADEBC;
}
.BgClassName
{
background-color: #3ADEBC;
}
</style>
border-color css
<style>
span { border-color: #3ADEBC; }
span { border-color: rgb(58,222,188); }
td.TdClassName
{
border-color: #3ADEBC;
}
.TagClassName
{
border-color: #3ADEBC;
}
</style>