Shades of Turquoise #3ADCD8
Tints of Turquoise #3ADCD8
RGB
CMYK
RGB Variations
Color information
#3ADCD8 (or 0x3ADCD8) is known color: Turquoise. HEX triplet: 3A, DC and D8. RGB value is (58,220,216). Sum of RGB (Red+Green+Blue) = 58+220+216=494 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.74% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCD8 is #C52327. Grayscale: #AAAAAA. Windows color (decimal): -12919592 or 14212154. OLE color: 14212154.
HSL color Cylindrical-coordinate representation of color #3ADCD8: hue angle of 178.52º 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 #3ADCD8 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 216 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.14 |
| HSL | 178.52º | 0.7% | 0.55% | - |
| HSV(B) | 178.52º | 0.74% | 0.86% | - |
| XYZ | 39.73 | 57.04 | 73.88 | - |
| YUV | 171.11 | 153.33 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 216 | 0.74 | 0 | 0.02 | 0.14 | 178.52 | 0.7 | 0.55 |
| Hex | 3A | DC | D8 | 4A | 0 | 2 | E | B3 | 46 | 37 |
| Octal | 72 | 334 | 330 | 112 | 0 | 2 | 16 | 263 | 106 | 67 |
| Binary | 111010 | 11011100 | 11011000 | 1001010 | 0 | 10 | 1110 | 10110011 | 1000110 | 110111 |
Color Harmonies of #3ADCD8
Complementary color
Monochromatic Colors of #3ADCD8
Black with #3ADCD8
Text Example
Text Example
White with #3ADCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCD8; }
p { color: rgb(58,220,216); }
H1.HeaderClassName
{
color: #3ADCD8;
}
.AnyTagClassName
{
color: #3ADCD8;
}
</style>
background-color css
<style>
a { background-color: #3ADCD8; }
a { background-color: rgb(58,220,216); }
div.DivClassName
{
background-color: #3ADCD8;
}
.BgClassName
{
background-color: #3ADCD8;
}
</style>
border-color css
<style>
span { border-color: #3ADCD8; }
span { border-color: rgb(58,220,216); }
td.TdClassName
{
border-color: #3ADCD8;
}
.TagClassName
{
border-color: #3ADCD8;
}
</style>