Shades of Turquoise #3ADFBB
Tints of Turquoise #3ADFBB
RGB
CMYK
RGB Variations
Color information
#3ADFBB (or 0x3ADFBB) is known color: Turquoise. HEX triplet: 3A, DF and BB. RGB value is (58,223,187). Sum of RGB (Red+Green+Blue) = 58+223+187=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFBB is #C52044. Grayscale: #A9A9A9. Windows color (decimal): -12918853 or 12312378. OLE color: 12312378.
HSL color Cylindrical-coordinate representation of color #3ADFBB: hue angle of 166.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 #3ADFBB is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 187 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.13 |
| HSL | 166.91º | 0.72% | 0.55% | - |
| HSV(B) | 166.91º | 0.74% | 0.87% | - |
| XYZ | 37.1 | 57.26 | 56.11 | - |
| YUV | 169.56 | 137.84 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 187 | 0.74 | 0 | 0.16 | 0.13 | 166.91 | 0.72 | 0.55 |
| Hex | 3A | DF | BB | 4A | 0 | 10 | D | A7 | 48 | 37 |
| Octal | 72 | 337 | 273 | 112 | 0 | 20 | 15 | 247 | 110 | 67 |
| Binary | 111010 | 11011111 | 10111011 | 1001010 | 0 | 10000 | 1101 | 10100111 | 1001000 | 110111 |
Color Harmonies of #3ADFBB
Complementary color
Monochromatic Colors of #3ADFBB
Black with #3ADFBB
Text Example
Text Example
White with #3ADFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFBB; }
p { color: rgb(58,223,187); }
H1.HeaderClassName
{
color: #3ADFBB;
}
.AnyTagClassName
{
color: #3ADFBB;
}
</style>
background-color css
<style>
a { background-color: #3ADFBB; }
a { background-color: rgb(58,223,187); }
div.DivClassName
{
background-color: #3ADFBB;
}
.BgClassName
{
background-color: #3ADFBB;
}
</style>
border-color css
<style>
span { border-color: #3ADFBB; }
span { border-color: rgb(58,223,187); }
td.TdClassName
{
border-color: #3ADFBB;
}
.TagClassName
{
border-color: #3ADFBB;
}
</style>