Shades of Turquoise #3DF3B1
Tints of Turquoise #3DF3B1
RGB
CMYK
RGB Variations
Color information
#3DF3B1 (or 0x3DF3B1) is known color: Turquoise. HEX triplet: 3D, F3 and B1. RGB value is (61,243,177). Sum of RGB (Red+Green+Blue) = 61+243+177=481 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.68% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF3B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF3B1 is #C20C4E. Grayscale: #B5B5B5. Windows color (decimal): -12717135 or 11662141. OLE color: 11662141.
HSL color Cylindrical-coordinate representation of color #3DF3B1: hue angle of 158.24º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF3B1 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 177 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.05 |
| HSL | 158.24º | 0.88% | 0.6% | - |
| HSV(B) | 158.24º | 0.75% | 0.95% | - |
| XYZ | 41.91 | 68.27 | 52.56 | - |
| YUV | 181.06 | 125.7 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 177 | 0.75 | 0 | 0.27 | 0.05 | 158.24 | 0.88 | 0.6 |
| Hex | 3D | F3 | B1 | 4B | 0 | 1B | 5 | 9E | 58 | 3C |
| Octal | 75 | 363 | 261 | 113 | 0 | 33 | 5 | 236 | 130 | 74 |
| Binary | 111101 | 11110011 | 10110001 | 1001011 | 0 | 11011 | 101 | 10011110 | 1011000 | 111100 |
Color Harmonies of #3DF3B1
Complementary color
Monochromatic Colors of #3DF3B1
Black with #3DF3B1
Text Example
Text Example
White with #3DF3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF3B1; }
p { color: rgb(61,243,177); }
H1.HeaderClassName
{
color: #3DF3B1;
}
.AnyTagClassName
{
color: #3DF3B1;
}
</style>
background-color css
<style>
a { background-color: #3DF3B1; }
a { background-color: rgb(61,243,177); }
div.DivClassName
{
background-color: #3DF3B1;
}
.BgClassName
{
background-color: #3DF3B1;
}
</style>
border-color css
<style>
span { border-color: #3DF3B1; }
span { border-color: rgb(61,243,177); }
td.TdClassName
{
border-color: #3DF3B1;
}
.TagClassName
{
border-color: #3DF3B1;
}
</style>