Shades of Turquoise #3ADCD6
Tints of Turquoise #3ADCD6
RGB
CMYK
RGB Variations
Color information
#3ADCD6 (or 0x3ADCD6) is known color: Turquoise. HEX triplet: 3A, DC and D6. RGB value is (58,220,214). Sum of RGB (Red+Green+Blue) = 58+220+214=492 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.79% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCD6 is #C52329. Grayscale: #AAAAAA. Windows color (decimal): -12919594 or 14081082. OLE color: 14081082.
HSL color Cylindrical-coordinate representation of color #3ADCD6: hue angle of 177.78º 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 #3ADCD6 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 214 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.14 |
| HSL | 177.78º | 0.7% | 0.55% | - |
| HSV(B) | 177.78º | 0.74% | 0.86% | - |
| XYZ | 39.48 | 56.94 | 72.53 | - |
| YUV | 170.88 | 152.33 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 214 | 0.74 | 0 | 0.03 | 0.14 | 177.78 | 0.7 | 0.55 |
| Hex | 3A | DC | D6 | 4A | 0 | 3 | E | B2 | 46 | 37 |
| Octal | 72 | 334 | 326 | 112 | 0 | 3 | 16 | 262 | 106 | 67 |
| Binary | 111010 | 11011100 | 11010110 | 1001010 | 0 | 11 | 1110 | 10110010 | 1000110 | 110111 |
Color Harmonies of #3ADCD6
Complementary color
Monochromatic Colors of #3ADCD6
Black with #3ADCD6
Text Example
Text Example
White with #3ADCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCD6; }
p { color: rgb(58,220,214); }
H1.HeaderClassName
{
color: #3ADCD6;
}
.AnyTagClassName
{
color: #3ADCD6;
}
</style>
background-color css
<style>
a { background-color: #3ADCD6; }
a { background-color: rgb(58,220,214); }
div.DivClassName
{
background-color: #3ADCD6;
}
.BgClassName
{
background-color: #3ADCD6;
}
</style>
border-color css
<style>
span { border-color: #3ADCD6; }
span { border-color: rgb(58,220,214); }
td.TdClassName
{
border-color: #3ADCD6;
}
.TagClassName
{
border-color: #3ADCD6;
}
</style>