Shades of Turquoise #3ADFBA
Tints of Turquoise #3ADFBA
RGB
CMYK
RGB Variations
Color information
#3ADFBA (or 0x3ADFBA) is known color: Turquoise. HEX triplet: 3A, DF and BA. RGB value is (58,223,186). Sum of RGB (Red+Green+Blue) = 58+223+186=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFBA is #C52045. Grayscale: #A9A9A9. Windows color (decimal): -12918854 or 12246842. OLE color: 12246842.
HSL color Cylindrical-coordinate representation of color #3ADFBA: hue angle of 166.55º 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 #3ADFBA is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 186 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.13 |
| HSL | 166.55º | 0.72% | 0.55% | - |
| HSV(B) | 166.55º | 0.74% | 0.87% | - |
| XYZ | 37 | 57.22 | 55.55 | - |
| YUV | 169.45 | 137.34 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 186 | 0.74 | 0 | 0.17 | 0.13 | 166.55 | 0.72 | 0.55 |
| Hex | 3A | DF | BA | 4A | 0 | 11 | D | A7 | 48 | 37 |
| Octal | 72 | 337 | 272 | 112 | 0 | 21 | 15 | 247 | 110 | 67 |
| Binary | 111010 | 11011111 | 10111010 | 1001010 | 0 | 10001 | 1101 | 10100111 | 1001000 | 110111 |
Color Harmonies of #3ADFBA
Complementary color
Monochromatic Colors of #3ADFBA
Black with #3ADFBA
Text Example
Text Example
White with #3ADFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFBA; }
p { color: rgb(58,223,186); }
H1.HeaderClassName
{
color: #3ADFBA;
}
.AnyTagClassName
{
color: #3ADFBA;
}
</style>
background-color css
<style>
a { background-color: #3ADFBA; }
a { background-color: rgb(58,223,186); }
div.DivClassName
{
background-color: #3ADFBA;
}
.BgClassName
{
background-color: #3ADFBA;
}
</style>
border-color css
<style>
span { border-color: #3ADFBA; }
span { border-color: rgb(58,223,186); }
td.TdClassName
{
border-color: #3ADFBA;
}
.TagClassName
{
border-color: #3ADFBA;
}
</style>