Shades of Turquoise #3ADFB9
Tints of Turquoise #3ADFB9
RGB
CMYK
RGB Variations
Color information
#3ADFB9 (or 0x3ADFB9) is known color: Turquoise. HEX triplet: 3A, DF and B9. RGB value is (58,223,185). Sum of RGB (Red+Green+Blue) = 58+223+185=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFB9 is #C52046. Grayscale: #A9A9A9. Windows color (decimal): -12918855 or 12181306. OLE color: 12181306.
HSL color Cylindrical-coordinate representation of color #3ADFB9: hue angle of 166.18º 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 #3ADFB9 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 185 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.13 |
| HSL | 166.18º | 0.72% | 0.55% | - |
| HSV(B) | 166.18º | 0.74% | 0.87% | - |
| XYZ | 36.89 | 57.18 | 54.99 | - |
| YUV | 169.33 | 136.84 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 185 | 0.74 | 0 | 0.17 | 0.13 | 166.18 | 0.72 | 0.55 |
| Hex | 3A | DF | B9 | 4A | 0 | 11 | D | A6 | 48 | 37 |
| Octal | 72 | 337 | 271 | 112 | 0 | 21 | 15 | 246 | 110 | 67 |
| Binary | 111010 | 11011111 | 10111001 | 1001010 | 0 | 10001 | 1101 | 10100110 | 1001000 | 110111 |
Color Harmonies of #3ADFB9
Complementary color
Monochromatic Colors of #3ADFB9
Black with #3ADFB9
Text Example
Text Example
White with #3ADFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFB9; }
p { color: rgb(58,223,185); }
H1.HeaderClassName
{
color: #3ADFB9;
}
.AnyTagClassName
{
color: #3ADFB9;
}
</style>
background-color css
<style>
a { background-color: #3ADFB9; }
a { background-color: rgb(58,223,185); }
div.DivClassName
{
background-color: #3ADFB9;
}
.BgClassName
{
background-color: #3ADFB9;
}
</style>
border-color css
<style>
span { border-color: #3ADFB9; }
span { border-color: rgb(58,223,185); }
td.TdClassName
{
border-color: #3ADFB9;
}
.TagClassName
{
border-color: #3ADFB9;
}
</style>