Shades of Turquoise #3DF7B3
Tints of Turquoise #3DF7B3
RGB
CMYK
RGB Variations
Color information
#3DF7B3 (or 0x3DF7B3) is known color: Turquoise. HEX triplet: 3D, F7 and B3. RGB value is (61,247,179). Sum of RGB (Red+Green+Blue) = 61+247+179=487 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.53% from 487); Green value is 247 (96.88% from 255 or 50.72% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF7B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF7B3 is #C2084C. Grayscale: #B7B7B7. Windows color (decimal): -12716109 or 11794237. OLE color: 11794237.
HSL color Cylindrical-coordinate representation of color #3DF7B3: hue angle of 158.06º 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 #3DF7B3 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 179 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.03 |
| HSL | 158.06º | 0.92% | 0.6% | - |
| HSV(B) | 158.06º | 0.75% | 0.97% | - |
| XYZ | 43.32 | 70.77 | 54.02 | - |
| YUV | 183.63 | 125.38 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 179 | 0.75 | 0 | 0.28 | 0.03 | 158.06 | 0.92 | 0.6 |
| Hex | 3D | F7 | B3 | 4B | 0 | 1C | 3 | 9E | 5C | 3C |
| Octal | 75 | 367 | 263 | 113 | 0 | 34 | 3 | 236 | 134 | 74 |
| Binary | 111101 | 11110111 | 10110011 | 1001011 | 0 | 11100 | 11 | 10011110 | 1011100 | 111100 |
Color Harmonies of #3DF7B3
Complementary color
Monochromatic Colors of #3DF7B3
Black with #3DF7B3
Text Example
Text Example
White with #3DF7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF7B3; }
p { color: rgb(61,247,179); }
H1.HeaderClassName
{
color: #3DF7B3;
}
.AnyTagClassName
{
color: #3DF7B3;
}
</style>
background-color css
<style>
a { background-color: #3DF7B3; }
a { background-color: rgb(61,247,179); }
div.DivClassName
{
background-color: #3DF7B3;
}
.BgClassName
{
background-color: #3DF7B3;
}
</style>
border-color css
<style>
span { border-color: #3DF7B3; }
span { border-color: rgb(61,247,179); }
td.TdClassName
{
border-color: #3DF7B3;
}
.TagClassName
{
border-color: #3DF7B3;
}
</style>