Shades of Turquoise #3ADEBB
Tints of Turquoise #3ADEBB
RGB
CMYK
RGB Variations
Color information
#3ADEBB (or 0x3ADEBB) is known color: Turquoise. HEX triplet: 3A, DE and BB. RGB value is (58,222,187). Sum of RGB (Red+Green+Blue) = 58+222+187=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADEBB is #C52144. Grayscale: #A8A8A8. Windows color (decimal): -12919109 or 12312122. OLE color: 12312122.
HSL color Cylindrical-coordinate representation of color #3ADEBB: hue angle of 167.2º 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 #3ADEBB is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 187 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.13 |
| HSL | 167.2º | 0.71% | 0.55% | - |
| HSV(B) | 167.2º | 0.74% | 0.87% | - |
| XYZ | 36.84 | 56.73 | 56.02 | - |
| YUV | 168.97 | 138.17 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 187 | 0.74 | 0 | 0.16 | 0.13 | 167.2 | 0.71 | 0.55 |
| Hex | 3A | DE | BB | 4A | 0 | 10 | D | A7 | 47 | 37 |
| Octal | 72 | 336 | 273 | 112 | 0 | 20 | 15 | 247 | 107 | 67 |
| Binary | 111010 | 11011110 | 10111011 | 1001010 | 0 | 10000 | 1101 | 10100111 | 1000111 | 110111 |
Color Harmonies of #3ADEBB
Complementary color
Monochromatic Colors of #3ADEBB
Black with #3ADEBB
Text Example
Text Example
White with #3ADEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADEBB; }
p { color: rgb(58,222,187); }
H1.HeaderClassName
{
color: #3ADEBB;
}
.AnyTagClassName
{
color: #3ADEBB;
}
</style>
background-color css
<style>
a { background-color: #3ADEBB; }
a { background-color: rgb(58,222,187); }
div.DivClassName
{
background-color: #3ADEBB;
}
.BgClassName
{
background-color: #3ADEBB;
}
</style>
border-color css
<style>
span { border-color: #3ADEBB; }
span { border-color: rgb(58,222,187); }
td.TdClassName
{
border-color: #3ADEBB;
}
.TagClassName
{
border-color: #3ADEBB;
}
</style>