Shades of Turquoise #3AD6CB
Tints of Turquoise #3AD6CB
RGB
CMYK
RGB Variations
Color information
#3AD6CB (or 0x3AD6CB) is known color: Turquoise. HEX triplet: 3A, D6 and CB. RGB value is (58,214,203). Sum of RGB (Red+Green+Blue) = 58+214+203=475 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.21% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD6CB is #C52934. Grayscale: #A5A5A5. Windows color (decimal): -12921141 or 13358650. OLE color: 13358650.
HSL color Cylindrical-coordinate representation of color #3AD6CB: hue angle of 175.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD6CB is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 203 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.16 |
| HSL | 175.77º | 0.66% | 0.53% | - |
| HSV(B) | 175.77º | 0.73% | 0.84% | - |
| XYZ | 36.57 | 53.3 | 64.86 | - |
| YUV | 166.1 | 148.82 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 203 | 0.73 | 0 | 0.05 | 0.16 | 175.77 | 0.66 | 0.53 |
| Hex | 3A | D6 | CB | 49 | 0 | 5 | 10 | B0 | 42 | 35 |
| Octal | 72 | 326 | 313 | 111 | 0 | 5 | 20 | 260 | 102 | 65 |
| Binary | 111010 | 11010110 | 11001011 | 1001001 | 0 | 101 | 10000 | 10110000 | 1000010 | 110101 |
Color Harmonies of #3AD6CB
Complementary color
Monochromatic Colors of #3AD6CB
Black with #3AD6CB
Text Example
Text Example
White with #3AD6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD6CB; }
p { color: rgb(58,214,203); }
H1.HeaderClassName
{
color: #3AD6CB;
}
.AnyTagClassName
{
color: #3AD6CB;
}
</style>
background-color css
<style>
a { background-color: #3AD6CB; }
a { background-color: rgb(58,214,203); }
div.DivClassName
{
background-color: #3AD6CB;
}
.BgClassName
{
background-color: #3AD6CB;
}
</style>
border-color css
<style>
span { border-color: #3AD6CB; }
span { border-color: rgb(58,214,203); }
td.TdClassName
{
border-color: #3AD6CB;
}
.TagClassName
{
border-color: #3AD6CB;
}
</style>