Shades of Turquoise #3ADEB7
Tints of Turquoise #3ADEB7
RGB
CMYK
RGB Variations
Color information
#3ADEB7 (or 0x3ADEB7) is known color: Turquoise. HEX triplet: 3A, DE and B7. RGB value is (58,222,183). Sum of RGB (Red+Green+Blue) = 58+222+183=463 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.53% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADEB7 is #C52148. Grayscale: #A8A8A8. Windows color (decimal): -12919113 or 12049978. OLE color: 12049978.
HSL color Cylindrical-coordinate representation of color #3ADEB7: hue angle of 165.73º degrees, saturation: 0.71, 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 #3ADEB7 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 183 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.13 |
| HSL | 165.73º | 0.71% | 0.55% | - |
| HSV(B) | 165.73º | 0.74% | 0.87% | - |
| XYZ | 36.41 | 56.56 | 53.8 | - |
| YUV | 168.52 | 136.17 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 183 | 0.74 | 0 | 0.18 | 0.13 | 165.73 | 0.71 | 0.55 |
| Hex | 3A | DE | B7 | 4A | 0 | 12 | D | A6 | 47 | 37 |
| Octal | 72 | 336 | 267 | 112 | 0 | 22 | 15 | 246 | 107 | 67 |
| Binary | 111010 | 11011110 | 10110111 | 1001010 | 0 | 10010 | 1101 | 10100110 | 1000111 | 110111 |
Color Harmonies of #3ADEB7
Complementary color
Monochromatic Colors of #3ADEB7
Black with #3ADEB7
Text Example
Text Example
White with #3ADEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADEB7; }
p { color: rgb(58,222,183); }
H1.HeaderClassName
{
color: #3ADEB7;
}
.AnyTagClassName
{
color: #3ADEB7;
}
</style>
background-color css
<style>
a { background-color: #3ADEB7; }
a { background-color: rgb(58,222,183); }
div.DivClassName
{
background-color: #3ADEB7;
}
.BgClassName
{
background-color: #3ADEB7;
}
</style>
border-color css
<style>
span { border-color: #3ADEB7; }
span { border-color: rgb(58,222,183); }
td.TdClassName
{
border-color: #3ADEB7;
}
.TagClassName
{
border-color: #3ADEB7;
}
</style>