Shades of Turquoise #3ADDDD
Tints of Turquoise #3ADDDD
RGB
CMYK
RGB Variations
Color information
#3ADDDD (or 0x3ADDDD) is known color: Turquoise. HEX triplet: 3A, DD and DD. RGB value is (58,221,221). Sum of RGB (Red+Green+Blue) = 58+221+221=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #3ADDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDDD is #C52222. Grayscale: #ACACAC. Windows color (decimal): -12919331 or 14540090. OLE color: 14540090.
HSL color Cylindrical-coordinate representation of color #3ADDDD: hue angle of 180º 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 #3ADDDD is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 221 | - |
| CMYK | 0.74 | 0 | 0 | 0.13 |
| HSL | 180º | 0.71% | 0.55% | - |
| HSV(B) | 180º | 0.74% | 0.87% | - |
| XYZ | 40.65 | 57.83 | 77.43 | - |
| YUV | 172.26 | 155.5 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 221 | 0.74 | 0 | 0 | 0.13 | 180 | 0.71 | 0.55 |
| Hex | 3A | DD | DD | 4A | 0 | 0 | D | B4 | 47 | 37 |
| Octal | 72 | 335 | 335 | 112 | 0 | 0 | 15 | 264 | 107 | 67 |
| Binary | 111010 | 11011101 | 11011101 | 1001010 | 0 | 0 | 1101 | 10110100 | 1000111 | 110111 |
Color Harmonies of #3ADDDD
Complementary color
Monochromatic Colors of #3ADDDD
Black with #3ADDDD
Text Example
Text Example
White with #3ADDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDDD; }
p { color: rgb(58,221,221); }
H1.HeaderClassName
{
color: #3ADDDD;
}
.AnyTagClassName
{
color: #3ADDDD;
}
</style>
background-color css
<style>
a { background-color: #3ADDDD; }
a { background-color: rgb(58,221,221); }
div.DivClassName
{
background-color: #3ADDDD;
}
.BgClassName
{
background-color: #3ADDDD;
}
</style>
border-color css
<style>
span { border-color: #3ADDDD; }
span { border-color: rgb(58,221,221); }
td.TdClassName
{
border-color: #3ADDDD;
}
.TagClassName
{
border-color: #3ADDDD;
}
</style>