Shades of Turquoise #3ADDC5
Tints of Turquoise #3ADDC5
RGB
CMYK
RGB Variations
Color information
#3ADDC5 (or 0x3ADDC5) is known color: Turquoise. HEX triplet: 3A, DD and C5. RGB value is (58,221,197). Sum of RGB (Red+Green+Blue) = 58+221+197=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDC5 is #C5223A. Grayscale: #A9A9A9. Windows color (decimal): -12919355 or 12967226. OLE color: 12967226.
HSL color Cylindrical-coordinate representation of color #3ADDC5: hue angle of 171.17º 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 #3ADDC5 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 197 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.13 |
| HSL | 171.17º | 0.71% | 0.55% | - |
| HSV(B) | 171.17º | 0.74% | 0.87% | - |
| XYZ | 37.68 | 56.64 | 61.77 | - |
| YUV | 169.53 | 143.5 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 197 | 0.74 | 0 | 0.11 | 0.13 | 171.17 | 0.71 | 0.55 |
| Hex | 3A | DD | C5 | 4A | 0 | B | D | AB | 47 | 37 |
| Octal | 72 | 335 | 305 | 112 | 0 | 13 | 15 | 253 | 107 | 67 |
| Binary | 111010 | 11011101 | 11000101 | 1001010 | 0 | 1011 | 1101 | 10101011 | 1000111 | 110111 |
Color Harmonies of #3ADDC5
Complementary color
Monochromatic Colors of #3ADDC5
Black with #3ADDC5
Text Example
Text Example
White with #3ADDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDC5; }
p { color: rgb(58,221,197); }
H1.HeaderClassName
{
color: #3ADDC5;
}
.AnyTagClassName
{
color: #3ADDC5;
}
</style>
background-color css
<style>
a { background-color: #3ADDC5; }
a { background-color: rgb(58,221,197); }
div.DivClassName
{
background-color: #3ADDC5;
}
.BgClassName
{
background-color: #3ADDC5;
}
</style>
border-color css
<style>
span { border-color: #3ADDC5; }
span { border-color: rgb(58,221,197); }
td.TdClassName
{
border-color: #3ADDC5;
}
.TagClassName
{
border-color: #3ADDC5;
}
</style>