Shades of Turquoise #3DDAC6
Tints of Turquoise #3DDAC6
RGB
CMYK
RGB Variations
Color information
#3DDAC6 (or 0x3DDAC6) is known color: Turquoise. HEX triplet: 3D, DA and C6. RGB value is (61,218,198). Sum of RGB (Red+Green+Blue) = 61+218+198=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDAC6 is #C22539. Grayscale: #A8A8A8. Windows color (decimal): -12723514 or 13031997. OLE color: 13031997.
HSL color Cylindrical-coordinate representation of color #3DDAC6: hue angle of 172.36º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDAC6 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 198 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.15 |
| HSL | 172.36º | 0.68% | 0.55% | - |
| HSV(B) | 172.36º | 0.72% | 0.85% | - |
| XYZ | 37.19 | 55.21 | 62.12 | - |
| YUV | 168.78 | 144.49 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 198 | 0.72 | 0 | 0.09 | 0.15 | 172.36 | 0.68 | 0.55 |
| Hex | 3D | DA | C6 | 48 | 0 | 9 | F | AC | 44 | 37 |
| Octal | 75 | 332 | 306 | 110 | 0 | 11 | 17 | 254 | 104 | 67 |
| Binary | 111101 | 11011010 | 11000110 | 1001000 | 0 | 1001 | 1111 | 10101100 | 1000100 | 110111 |
Color Harmonies of #3DDAC6
Complementary color
Monochromatic Colors of #3DDAC6
Black with #3DDAC6
Text Example
Text Example
White with #3DDAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDAC6; }
p { color: rgb(61,218,198); }
H1.HeaderClassName
{
color: #3DDAC6;
}
.AnyTagClassName
{
color: #3DDAC6;
}
</style>
background-color css
<style>
a { background-color: #3DDAC6; }
a { background-color: rgb(61,218,198); }
div.DivClassName
{
background-color: #3DDAC6;
}
.BgClassName
{
background-color: #3DDAC6;
}
</style>
border-color css
<style>
span { border-color: #3DDAC6; }
span { border-color: rgb(61,218,198); }
td.TdClassName
{
border-color: #3DDAC6;
}
.TagClassName
{
border-color: #3DDAC6;
}
</style>