Shades of Turquoise #3DF7C5
Tints of Turquoise #3DF7C5
RGB
CMYK
RGB Variations
Color information
#3DF7C5 (or 0x3DF7C5) is known color: Turquoise. HEX triplet: 3D, F7 and C5. RGB value is (61,247,197). Sum of RGB (Red+Green+Blue) = 61+247+197=505 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.08% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF7C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF7C5 is #C2083A. Grayscale: #B9B9B9. Windows color (decimal): -12716091 or 12973885. OLE color: 12973885.
HSL color Cylindrical-coordinate representation of color #3DF7C5: hue angle of 163.87º 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 #3DF7C5 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 197 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.03 |
| HSL | 163.87º | 0.92% | 0.6% | - |
| HSV(B) | 163.87º | 0.75% | 0.97% | - |
| XYZ | 45.26 | 71.54 | 64.25 | - |
| YUV | 185.69 | 134.38 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 197 | 0.75 | 0 | 0.20 | 0.03 | 163.87 | 0.92 | 0.6 |
| Hex | 3D | F7 | C5 | 4B | 0 | 14 | 3 | A4 | 5C | 3C |
| Octal | 75 | 367 | 305 | 113 | 0 | 24 | 3 | 244 | 134 | 74 |
| Binary | 111101 | 11110111 | 11000101 | 1001011 | 0 | 10100 | 11 | 10100100 | 1011100 | 111100 |
Color Harmonies of #3DF7C5
Complementary color
Monochromatic Colors of #3DF7C5
Black with #3DF7C5
Text Example
Text Example
White with #3DF7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF7C5; }
p { color: rgb(61,247,197); }
H1.HeaderClassName
{
color: #3DF7C5;
}
.AnyTagClassName
{
color: #3DF7C5;
}
</style>
background-color css
<style>
a { background-color: #3DF7C5; }
a { background-color: rgb(61,247,197); }
div.DivClassName
{
background-color: #3DF7C5;
}
.BgClassName
{
background-color: #3DF7C5;
}
</style>
border-color css
<style>
span { border-color: #3DF7C5; }
span { border-color: rgb(61,247,197); }
td.TdClassName
{
border-color: #3DF7C5;
}
.TagClassName
{
border-color: #3DF7C5;
}
</style>