Shades of Turquoise #3DF2B6
Tints of Turquoise #3DF2B6
RGB
CMYK
RGB Variations
Color information
#3DF2B6 (or 0x3DF2B6) is known color: Turquoise. HEX triplet: 3D, F2 and B6. RGB value is (61,242,182). Sum of RGB (Red+Green+Blue) = 61+242+182=485 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.58% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF2B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF2B6 is #C20D49. Grayscale: #B5B5B5. Windows color (decimal): -12717386 or 11989565. OLE color: 11989565.
HSL color Cylindrical-coordinate representation of color #3DF2B6: hue angle of 160.11º 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 #3DF2B6 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 182 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.05 |
| HSL | 160.11º | 0.87% | 0.59% | - |
| HSV(B) | 160.11º | 0.75% | 0.95% | - |
| XYZ | 42.12 | 67.87 | 55.14 | - |
| YUV | 181.04 | 128.53 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 182 | 0.75 | 0 | 0.25 | 0.05 | 160.11 | 0.87 | 0.59 |
| Hex | 3D | F2 | B6 | 4B | 0 | 19 | 5 | A0 | 57 | 3B |
| Octal | 75 | 362 | 266 | 113 | 0 | 31 | 5 | 240 | 127 | 73 |
| Binary | 111101 | 11110010 | 10110110 | 1001011 | 0 | 11001 | 101 | 10100000 | 1010111 | 111011 |
Color Harmonies of #3DF2B6
Complementary color
Monochromatic Colors of #3DF2B6
Black with #3DF2B6
Text Example
Text Example
White with #3DF2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF2B6; }
p { color: rgb(61,242,182); }
H1.HeaderClassName
{
color: #3DF2B6;
}
.AnyTagClassName
{
color: #3DF2B6;
}
</style>
background-color css
<style>
a { background-color: #3DF2B6; }
a { background-color: rgb(61,242,182); }
div.DivClassName
{
background-color: #3DF2B6;
}
.BgClassName
{
background-color: #3DF2B6;
}
</style>
border-color css
<style>
span { border-color: #3DF2B6; }
span { border-color: rgb(61,242,182); }
td.TdClassName
{
border-color: #3DF2B6;
}
.TagClassName
{
border-color: #3DF2B6;
}
</style>