Shades of Turquoise #3ADFC6
Tints of Turquoise #3ADFC6
RGB
CMYK
RGB Variations
Color information
#3ADFC6 (or 0x3ADFC6) is known color: Turquoise. HEX triplet: 3A, DF and C6. RGB value is (58,223,198). Sum of RGB (Red+Green+Blue) = 58+223+198=479 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.11% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFC6 is #C52039. Grayscale: #AAAAAA. Windows color (decimal): -12918842 or 13033274. OLE color: 13033274.
HSL color Cylindrical-coordinate representation of color #3ADFC6: hue angle of 170.91º degrees, saturation: 0.72, 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 #3ADFC6 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 198 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.13 |
| HSL | 170.91º | 0.72% | 0.55% | - |
| HSV(B) | 170.91º | 0.74% | 0.87% | - |
| XYZ | 38.33 | 57.75 | 62.55 | - |
| YUV | 170.82 | 143.34 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 198 | 0.74 | 0 | 0.11 | 0.13 | 170.91 | 0.72 | 0.55 |
| Hex | 3A | DF | C6 | 4A | 0 | B | D | AB | 48 | 37 |
| Octal | 72 | 337 | 306 | 112 | 0 | 13 | 15 | 253 | 110 | 67 |
| Binary | 111010 | 11011111 | 11000110 | 1001010 | 0 | 1011 | 1101 | 10101011 | 1001000 | 110111 |
Color Harmonies of #3ADFC6
Complementary color
Monochromatic Colors of #3ADFC6
Black with #3ADFC6
Text Example
Text Example
White with #3ADFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFC6; }
p { color: rgb(58,223,198); }
H1.HeaderClassName
{
color: #3ADFC6;
}
.AnyTagClassName
{
color: #3ADFC6;
}
</style>
background-color css
<style>
a { background-color: #3ADFC6; }
a { background-color: rgb(58,223,198); }
div.DivClassName
{
background-color: #3ADFC6;
}
.BgClassName
{
background-color: #3ADFC6;
}
</style>
border-color css
<style>
span { border-color: #3ADFC6; }
span { border-color: rgb(58,223,198); }
td.TdClassName
{
border-color: #3ADFC6;
}
.TagClassName
{
border-color: #3ADFC6;
}
</style>