Shades of Turquoise #3DF7C7
Tints of Turquoise #3DF7C7
RGB
CMYK
RGB Variations
Color information
#3DF7C7 (or 0x3DF7C7) is known color: Turquoise. HEX triplet: 3D, F7 and C7. RGB value is (61,247,199). Sum of RGB (Red+Green+Blue) = 61+247+199=507 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.03% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF7C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF7C7 is #C20838. Grayscale: #B9B9B9. Windows color (decimal): -12716089 or 13104957. OLE color: 13104957.
HSL color Cylindrical-coordinate representation of color #3DF7C7: hue angle of 164.52º 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 #3DF7C7 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 199 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.03 |
| HSL | 164.52º | 0.92% | 0.6% | - |
| HSV(B) | 164.52º | 0.75% | 0.97% | - |
| XYZ | 45.49 | 71.64 | 65.46 | - |
| YUV | 185.91 | 135.38 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 199 | 0.75 | 0 | 0.19 | 0.03 | 164.52 | 0.92 | 0.6 |
| Hex | 3D | F7 | C7 | 4B | 0 | 13 | 3 | A5 | 5C | 3C |
| Octal | 75 | 367 | 307 | 113 | 0 | 23 | 3 | 245 | 134 | 74 |
| Binary | 111101 | 11110111 | 11000111 | 1001011 | 0 | 10011 | 11 | 10100101 | 1011100 | 111100 |
Color Harmonies of #3DF7C7
Complementary color
Monochromatic Colors of #3DF7C7
Black with #3DF7C7
Text Example
Text Example
White with #3DF7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF7C7; }
p { color: rgb(61,247,199); }
H1.HeaderClassName
{
color: #3DF7C7;
}
.AnyTagClassName
{
color: #3DF7C7;
}
</style>
background-color css
<style>
a { background-color: #3DF7C7; }
a { background-color: rgb(61,247,199); }
div.DivClassName
{
background-color: #3DF7C7;
}
.BgClassName
{
background-color: #3DF7C7;
}
</style>
border-color css
<style>
span { border-color: #3DF7C7; }
span { border-color: rgb(61,247,199); }
td.TdClassName
{
border-color: #3DF7C7;
}
.TagClassName
{
border-color: #3DF7C7;
}
</style>