Shades of Turquoise #3ADEB3
Tints of Turquoise #3ADEB3
RGB
CMYK
RGB Variations
Color information
#3ADEB3 (or 0x3ADEB3) is known color: Turquoise. HEX triplet: 3A, DE and B3. RGB value is (58,222,179). Sum of RGB (Red+Green+Blue) = 58+222+179=459 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.64% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADEB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADEB3 is #C5214C. Grayscale: #A8A8A8. Windows color (decimal): -12919117 or 11787834. OLE color: 11787834.
HSL color Cylindrical-coordinate representation of color #3ADEB3: hue angle of 164.27º 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 #3ADEB3 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 179 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.13 |
| HSL | 164.27º | 0.71% | 0.55% | - |
| HSV(B) | 164.27º | 0.74% | 0.87% | - |
| XYZ | 36 | 56.4 | 51.64 | - |
| YUV | 168.06 | 134.17 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 179 | 0.74 | 0 | 0.19 | 0.13 | 164.27 | 0.71 | 0.55 |
| Hex | 3A | DE | B3 | 4A | 0 | 13 | D | A4 | 47 | 37 |
| Octal | 72 | 336 | 263 | 112 | 0 | 23 | 15 | 244 | 107 | 67 |
| Binary | 111010 | 11011110 | 10110011 | 1001010 | 0 | 10011 | 1101 | 10100100 | 1000111 | 110111 |
Color Harmonies of #3ADEB3
Complementary color
Monochromatic Colors of #3ADEB3
Black with #3ADEB3
Text Example
Text Example
White with #3ADEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADEB3; }
p { color: rgb(58,222,179); }
H1.HeaderClassName
{
color: #3ADEB3;
}
.AnyTagClassName
{
color: #3ADEB3;
}
</style>
background-color css
<style>
a { background-color: #3ADEB3; }
a { background-color: rgb(58,222,179); }
div.DivClassName
{
background-color: #3ADEB3;
}
.BgClassName
{
background-color: #3ADEB3;
}
</style>
border-color css
<style>
span { border-color: #3ADEB3; }
span { border-color: rgb(58,222,179); }
td.TdClassName
{
border-color: #3ADEB3;
}
.TagClassName
{
border-color: #3ADEB3;
}
</style>