Shades of Turquoise #3ADCCC
Tints of Turquoise #3ADCCC
RGB
CMYK
RGB Variations
Color information
#3ADCCC (or 0x3ADCCC) is known color: Turquoise. HEX triplet: 3A, DC and CC. RGB value is (58,220,204). Sum of RGB (Red+Green+Blue) = 58+220+204=482 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.03% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCCC is #C52333. Grayscale: #A9A9A9. Windows color (decimal): -12919604 or 13425722. OLE color: 13425722.
HSL color Cylindrical-coordinate representation of color #3ADCCC: hue angle of 174.07º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADCCC is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 204 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.14 |
| HSL | 174.07º | 0.7% | 0.55% | - |
| HSV(B) | 174.07º | 0.74% | 0.86% | - |
| XYZ | 38.24 | 56.45 | 66.01 | - |
| YUV | 169.74 | 147.33 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 204 | 0.74 | 0 | 0.07 | 0.14 | 174.07 | 0.7 | 0.55 |
| Hex | 3A | DC | CC | 4A | 0 | 7 | E | AE | 46 | 37 |
| Octal | 72 | 334 | 314 | 112 | 0 | 7 | 16 | 256 | 106 | 67 |
| Binary | 111010 | 11011100 | 11001100 | 1001010 | 0 | 111 | 1110 | 10101110 | 1000110 | 110111 |
Color Harmonies of #3ADCCC
Complementary color
Monochromatic Colors of #3ADCCC
Black with #3ADCCC
Text Example
Text Example
White with #3ADCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCCC; }
p { color: rgb(58,220,204); }
H1.HeaderClassName
{
color: #3ADCCC;
}
.AnyTagClassName
{
color: #3ADCCC;
}
</style>
background-color css
<style>
a { background-color: #3ADCCC; }
a { background-color: rgb(58,220,204); }
div.DivClassName
{
background-color: #3ADCCC;
}
.BgClassName
{
background-color: #3ADCCC;
}
</style>
border-color css
<style>
span { border-color: #3ADCCC; }
span { border-color: rgb(58,220,204); }
td.TdClassName
{
border-color: #3ADCCC;
}
.TagClassName
{
border-color: #3ADCCC;
}
</style>