Shades of Turquoise #3ADAC8
Tints of Turquoise #3ADAC8
RGB
CMYK
RGB Variations
Color information
#3ADAC8 (or 0x3ADAC8) is known color: Turquoise. HEX triplet: 3A, DA and C8. RGB value is (58,218,200). Sum of RGB (Red+Green+Blue) = 58+218+200=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADAC8 is #C52537. Grayscale: #A8A8A8. Windows color (decimal): -12920120 or 13163066. OLE color: 13163066.
HSL color Cylindrical-coordinate representation of color #3ADAC8: hue angle of 173.25º 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 #3ADAC8 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 200 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.15 |
| HSL | 173.25º | 0.68% | 0.54% | - |
| HSV(B) | 173.25º | 0.73% | 0.85% | - |
| XYZ | 37.24 | 55.21 | 63.34 | - |
| YUV | 168.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 200 | 0.73 | 0 | 0.08 | 0.15 | 173.25 | 0.68 | 0.54 |
| Hex | 3A | DA | C8 | 49 | 0 | 8 | F | AD | 44 | 36 |
| Octal | 72 | 332 | 310 | 111 | 0 | 10 | 17 | 255 | 104 | 66 |
| Binary | 111010 | 11011010 | 11001000 | 1001001 | 0 | 1000 | 1111 | 10101101 | 1000100 | 110110 |
Color Harmonies of #3ADAC8
Complementary color
Monochromatic Colors of #3ADAC8
Black with #3ADAC8
Text Example
Text Example
White with #3ADAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADAC8; }
p { color: rgb(58,218,200); }
H1.HeaderClassName
{
color: #3ADAC8;
}
.AnyTagClassName
{
color: #3ADAC8;
}
</style>
background-color css
<style>
a { background-color: #3ADAC8; }
a { background-color: rgb(58,218,200); }
div.DivClassName
{
background-color: #3ADAC8;
}
.BgClassName
{
background-color: #3ADAC8;
}
</style>
border-color css
<style>
span { border-color: #3ADAC8; }
span { border-color: rgb(58,218,200); }
td.TdClassName
{
border-color: #3ADAC8;
}
.TagClassName
{
border-color: #3ADAC8;
}
</style>