Shades of Turquoise #3DF2B0
Tints of Turquoise #3DF2B0
RGB
CMYK
RGB Variations
Color information
#3DF2B0 (or 0x3DF2B0) is known color: Turquoise. HEX triplet: 3D, F2 and B0. RGB value is (61,242,176). Sum of RGB (Red+Green+Blue) = 61+242+176=479 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.73% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF2B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF2B0 is #C20D4F. Grayscale: #B4B4B4. Windows color (decimal): -12717392 or 11596349. OLE color: 11596349.
HSL color Cylindrical-coordinate representation of color #3DF2B0: hue angle of 158.12º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF2B0 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 176 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.05 |
| HSL | 158.12º | 0.87% | 0.59% | - |
| HSV(B) | 158.12º | 0.75% | 0.95% | - |
| XYZ | 41.51 | 67.63 | 51.94 | - |
| YUV | 180.36 | 125.53 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 176 | 0.75 | 0 | 0.27 | 0.05 | 158.12 | 0.87 | 0.59 |
| Hex | 3D | F2 | B0 | 4B | 0 | 1B | 5 | 9E | 57 | 3B |
| Octal | 75 | 362 | 260 | 113 | 0 | 33 | 5 | 236 | 127 | 73 |
| Binary | 111101 | 11110010 | 10110000 | 1001011 | 0 | 11011 | 101 | 10011110 | 1010111 | 111011 |
Color Harmonies of #3DF2B0
Complementary color
Monochromatic Colors of #3DF2B0
Black with #3DF2B0
Text Example
Text Example
White with #3DF2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF2B0; }
p { color: rgb(61,242,176); }
H1.HeaderClassName
{
color: #3DF2B0;
}
.AnyTagClassName
{
color: #3DF2B0;
}
</style>
background-color css
<style>
a { background-color: #3DF2B0; }
a { background-color: rgb(61,242,176); }
div.DivClassName
{
background-color: #3DF2B0;
}
.BgClassName
{
background-color: #3DF2B0;
}
</style>
border-color css
<style>
span { border-color: #3DF2B0; }
span { border-color: rgb(61,242,176); }
td.TdClassName
{
border-color: #3DF2B0;
}
.TagClassName
{
border-color: #3DF2B0;
}
</style>