Shades of Turquoise #3ADFBF
Tints of Turquoise #3ADFBF
RGB
CMYK
RGB Variations
Color information
#3ADFBF (or 0x3ADFBF) is known color: Turquoise. HEX triplet: 3A, DF and BF. RGB value is (58,223,191). Sum of RGB (Red+Green+Blue) = 58+223+191=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFBF is #C52040. Grayscale: #A9A9A9. Windows color (decimal): -12918849 or 12574522. OLE color: 12574522.
HSL color Cylindrical-coordinate representation of color #3ADFBF: hue angle of 168.36º 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 #3ADFBF is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 191 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.13 |
| HSL | 168.36º | 0.72% | 0.55% | - |
| HSV(B) | 168.36º | 0.74% | 0.87% | - |
| XYZ | 37.54 | 57.44 | 58.4 | - |
| YUV | 170.02 | 139.84 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 191 | 0.74 | 0 | 0.14 | 0.13 | 168.36 | 0.72 | 0.55 |
| Hex | 3A | DF | BF | 4A | 0 | E | D | A8 | 48 | 37 |
| Octal | 72 | 337 | 277 | 112 | 0 | 16 | 15 | 250 | 110 | 67 |
| Binary | 111010 | 11011111 | 10111111 | 1001010 | 0 | 1110 | 1101 | 10101000 | 1001000 | 110111 |
Color Harmonies of #3ADFBF
Complementary color
Monochromatic Colors of #3ADFBF
Black with #3ADFBF
Text Example
Text Example
White with #3ADFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFBF; }
p { color: rgb(58,223,191); }
H1.HeaderClassName
{
color: #3ADFBF;
}
.AnyTagClassName
{
color: #3ADFBF;
}
</style>
background-color css
<style>
a { background-color: #3ADFBF; }
a { background-color: rgb(58,223,191); }
div.DivClassName
{
background-color: #3ADFBF;
}
.BgClassName
{
background-color: #3ADFBF;
}
</style>
border-color css
<style>
span { border-color: #3ADFBF; }
span { border-color: rgb(58,223,191); }
td.TdClassName
{
border-color: #3ADFBF;
}
.TagClassName
{
border-color: #3ADFBF;
}
</style>