Shades of Turquoise #3ADDDA
Tints of Turquoise #3ADDDA
RGB
CMYK
RGB Variations
Color information
#3ADDDA (or 0x3ADDDA) is known color: Turquoise. HEX triplet: 3A, DD and DA. RGB value is (58,221,218). Sum of RGB (Red+Green+Blue) = 58+221+218=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDDA is #C52225. Grayscale: #ABABAB. Windows color (decimal): -12919334 or 14343482. OLE color: 14343482.
HSL color Cylindrical-coordinate representation of color #3ADDDA: hue angle of 178.9º 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 #3ADDDA is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 218 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.13 |
| HSL | 178.9º | 0.71% | 0.55% | - |
| HSV(B) | 178.9º | 0.74% | 0.87% | - |
| XYZ | 40.26 | 57.67 | 75.34 | - |
| YUV | 171.92 | 154 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 218 | 0.74 | 0 | 0.01 | 0.13 | 178.9 | 0.71 | 0.55 |
| Hex | 3A | DD | DA | 4A | 0 | 1 | D | B3 | 47 | 37 |
| Octal | 72 | 335 | 332 | 112 | 0 | 1 | 15 | 263 | 107 | 67 |
| Binary | 111010 | 11011101 | 11011010 | 1001010 | 0 | 1 | 1101 | 10110011 | 1000111 | 110111 |
Color Harmonies of #3ADDDA
Complementary color
Monochromatic Colors of #3ADDDA
Black with #3ADDDA
Text Example
Text Example
White with #3ADDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDDA; }
p { color: rgb(58,221,218); }
H1.HeaderClassName
{
color: #3ADDDA;
}
.AnyTagClassName
{
color: #3ADDDA;
}
</style>
background-color css
<style>
a { background-color: #3ADDDA; }
a { background-color: rgb(58,221,218); }
div.DivClassName
{
background-color: #3ADDDA;
}
.BgClassName
{
background-color: #3ADDDA;
}
</style>
border-color css
<style>
span { border-color: #3ADDDA; }
span { border-color: rgb(58,221,218); }
td.TdClassName
{
border-color: #3ADDDA;
}
.TagClassName
{
border-color: #3ADDDA;
}
</style>