Shades of Turquoise #3ADDDC
Tints of Turquoise #3ADDDC
RGB
CMYK
RGB Variations
Color information
#3ADDDC (or 0x3ADDDC) is known color: Turquoise. HEX triplet: 3A, DD and DC. RGB value is (58,221,220). Sum of RGB (Red+Green+Blue) = 58+221+220=499 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.62% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDDC is #C52223. Grayscale: #ABABAB. Windows color (decimal): -12919332 or 14474554. OLE color: 14474554.
HSL color Cylindrical-coordinate representation of color #3ADDDC: hue angle of 179.63º 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 #3ADDDC is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 220 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.13 |
| HSL | 179.63º | 0.71% | 0.55% | - |
| HSV(B) | 179.63º | 0.74% | 0.87% | - |
| XYZ | 40.52 | 57.78 | 76.73 | - |
| YUV | 172.15 | 155 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 220 | 0.74 | 0 | 0.00 | 0.13 | 179.63 | 0.71 | 0.55 |
| Hex | 3A | DD | DC | 4A | 0 | 0 | D | B4 | 47 | 37 |
| Octal | 72 | 335 | 334 | 112 | 0 | 0 | 15 | 264 | 107 | 67 |
| Binary | 111010 | 11011101 | 11011100 | 1001010 | 0 | 0 | 1101 | 10110100 | 1000111 | 110111 |
Color Harmonies of #3ADDDC
Complementary color
Monochromatic Colors of #3ADDDC
Black with #3ADDDC
Text Example
Text Example
White with #3ADDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDDC; }
p { color: rgb(58,221,220); }
H1.HeaderClassName
{
color: #3ADDDC;
}
.AnyTagClassName
{
color: #3ADDDC;
}
</style>
background-color css
<style>
a { background-color: #3ADDDC; }
a { background-color: rgb(58,221,220); }
div.DivClassName
{
background-color: #3ADDDC;
}
.BgClassName
{
background-color: #3ADDDC;
}
</style>
border-color css
<style>
span { border-color: #3ADDDC; }
span { border-color: rgb(58,221,220); }
td.TdClassName
{
border-color: #3ADDDC;
}
.TagClassName
{
border-color: #3ADDDC;
}
</style>