Shades of Turquoise #3DF7C6
Tints of Turquoise #3DF7C6
RGB
CMYK
RGB Variations
Color information
#3DF7C6 (or 0x3DF7C6) is known color: Turquoise. HEX triplet: 3D, F7 and C6. RGB value is (61,247,198). Sum of RGB (Red+Green+Blue) = 61+247+198=506 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.06% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF7C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF7C6 is #C20839. Grayscale: #B9B9B9. Windows color (decimal): -12716090 or 13039421. OLE color: 13039421.
HSL color Cylindrical-coordinate representation of color #3DF7C6: hue angle of 164.19º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF7C6 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 198 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.03 |
| HSL | 164.19º | 0.92% | 0.6% | - |
| HSV(B) | 164.19º | 0.75% | 0.97% | - |
| XYZ | 45.38 | 71.59 | 64.85 | - |
| YUV | 185.8 | 134.88 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 198 | 0.75 | 0 | 0.20 | 0.03 | 164.19 | 0.92 | 0.6 |
| Hex | 3D | F7 | C6 | 4B | 0 | 14 | 3 | A4 | 5C | 3C |
| Octal | 75 | 367 | 306 | 113 | 0 | 24 | 3 | 244 | 134 | 74 |
| Binary | 111101 | 11110111 | 11000110 | 1001011 | 0 | 10100 | 11 | 10100100 | 1011100 | 111100 |
Color Harmonies of #3DF7C6
Complementary color
Monochromatic Colors of #3DF7C6
Black with #3DF7C6
Text Example
Text Example
White with #3DF7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF7C6; }
p { color: rgb(61,247,198); }
H1.HeaderClassName
{
color: #3DF7C6;
}
.AnyTagClassName
{
color: #3DF7C6;
}
</style>
background-color css
<style>
a { background-color: #3DF7C6; }
a { background-color: rgb(61,247,198); }
div.DivClassName
{
background-color: #3DF7C6;
}
.BgClassName
{
background-color: #3DF7C6;
}
</style>
border-color css
<style>
span { border-color: #3DF7C6; }
span { border-color: rgb(61,247,198); }
td.TdClassName
{
border-color: #3DF7C6;
}
.TagClassName
{
border-color: #3DF7C6;
}
</style>