Shades of Turquoise #3AD8CE
Tints of Turquoise #3AD8CE
RGB
CMYK
RGB Variations
Color information
#3AD8CE (or 0x3AD8CE) is known color: Turquoise. HEX triplet: 3A, D8 and CE. RGB value is (58,216,206). Sum of RGB (Red+Green+Blue) = 58+216+206=480 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.08% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD8CE is #C52731. Grayscale: #A7A7A7. Windows color (decimal): -12920626 or 13555770. OLE color: 13555770.
HSL color Cylindrical-coordinate representation of color #3AD8CE: hue angle of 176.2º degrees, saturation: 0.67, 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 #3AD8CE is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 206 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.15 |
| HSL | 176.2º | 0.67% | 0.54% | - |
| HSV(B) | 176.2º | 0.73% | 0.85% | - |
| XYZ | 37.44 | 54.47 | 66.93 | - |
| YUV | 167.62 | 149.65 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 206 | 0.73 | 0 | 0.05 | 0.15 | 176.2 | 0.67 | 0.54 |
| Hex | 3A | D8 | CE | 49 | 0 | 5 | F | B0 | 43 | 36 |
| Octal | 72 | 330 | 316 | 111 | 0 | 5 | 17 | 260 | 103 | 66 |
| Binary | 111010 | 11011000 | 11001110 | 1001001 | 0 | 101 | 1111 | 10110000 | 1000011 | 110110 |
Color Harmonies of #3AD8CE
Complementary color
Monochromatic Colors of #3AD8CE
Black with #3AD8CE
Text Example
Text Example
White with #3AD8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD8CE; }
p { color: rgb(58,216,206); }
H1.HeaderClassName
{
color: #3AD8CE;
}
.AnyTagClassName
{
color: #3AD8CE;
}
</style>
background-color css
<style>
a { background-color: #3AD8CE; }
a { background-color: rgb(58,216,206); }
div.DivClassName
{
background-color: #3AD8CE;
}
.BgClassName
{
background-color: #3AD8CE;
}
</style>
border-color css
<style>
span { border-color: #3AD8CE; }
span { border-color: rgb(58,216,206); }
td.TdClassName
{
border-color: #3AD8CE;
}
.TagClassName
{
border-color: #3AD8CE;
}
</style>