Shades of Turquoise #3ADACB
Tints of Turquoise #3ADACB
RGB
CMYK
RGB Variations
Color information
#3ADACB (or 0x3ADACB) is known color: Turquoise. HEX triplet: 3A, DA and CB. RGB value is (58,218,203). Sum of RGB (Red+Green+Blue) = 58+218+203=479 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.11% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADACB is #C52534. Grayscale: #A8A8A8. Windows color (decimal): -12920117 or 13359674. OLE color: 13359674.
HSL color Cylindrical-coordinate representation of color #3ADACB: hue angle of 174.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ADACB is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 203 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.15 |
| HSL | 174.38º | 0.68% | 0.54% | - |
| HSV(B) | 174.38º | 0.73% | 0.85% | - |
| XYZ | 37.6 | 55.35 | 65.2 | - |
| YUV | 168.45 | 147.49 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 203 | 0.73 | 0 | 0.07 | 0.15 | 174.38 | 0.68 | 0.54 |
| Hex | 3A | DA | CB | 49 | 0 | 7 | F | AE | 44 | 36 |
| Octal | 72 | 332 | 313 | 111 | 0 | 7 | 17 | 256 | 104 | 66 |
| Binary | 111010 | 11011010 | 11001011 | 1001001 | 0 | 111 | 1111 | 10101110 | 1000100 | 110110 |
Color Harmonies of #3ADACB
Complementary color
Monochromatic Colors of #3ADACB
Black with #3ADACB
Text Example
Text Example
White with #3ADACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADACB; }
p { color: rgb(58,218,203); }
H1.HeaderClassName
{
color: #3ADACB;
}
.AnyTagClassName
{
color: #3ADACB;
}
</style>
background-color css
<style>
a { background-color: #3ADACB; }
a { background-color: rgb(58,218,203); }
div.DivClassName
{
background-color: #3ADACB;
}
.BgClassName
{
background-color: #3ADACB;
}
</style>
border-color css
<style>
span { border-color: #3ADACB; }
span { border-color: rgb(58,218,203); }
td.TdClassName
{
border-color: #3ADACB;
}
.TagClassName
{
border-color: #3ADACB;
}
</style>