Shades of Turquoise #3DF2B5
Tints of Turquoise #3DF2B5
RGB
CMYK
RGB Variations
Color information
#3DF2B5 (or 0x3DF2B5) is known color: Turquoise. HEX triplet: 3D, F2 and B5. RGB value is (61,242,181). Sum of RGB (Red+Green+Blue) = 61+242+181=484 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.60% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF2B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF2B5 is #C20D4A. Grayscale: #B4B4B4. Windows color (decimal): -12717387 or 11924029. OLE color: 11924029.
HSL color Cylindrical-coordinate representation of color #3DF2B5: hue angle of 159.78º 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 #3DF2B5 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 181 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.05 |
| HSL | 159.78º | 0.87% | 0.59% | - |
| HSV(B) | 159.78º | 0.75% | 0.95% | - |
| XYZ | 42.02 | 67.83 | 54.59 | - |
| YUV | 180.93 | 128.03 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 181 | 0.75 | 0 | 0.25 | 0.05 | 159.78 | 0.87 | 0.59 |
| Hex | 3D | F2 | B5 | 4B | 0 | 19 | 5 | A0 | 57 | 3B |
| Octal | 75 | 362 | 265 | 113 | 0 | 31 | 5 | 240 | 127 | 73 |
| Binary | 111101 | 11110010 | 10110101 | 1001011 | 0 | 11001 | 101 | 10100000 | 1010111 | 111011 |
Color Harmonies of #3DF2B5
Complementary color
Monochromatic Colors of #3DF2B5
Black with #3DF2B5
Text Example
Text Example
White with #3DF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF2B5; }
p { color: rgb(61,242,181); }
H1.HeaderClassName
{
color: #3DF2B5;
}
.AnyTagClassName
{
color: #3DF2B5;
}
</style>
background-color css
<style>
a { background-color: #3DF2B5; }
a { background-color: rgb(61,242,181); }
div.DivClassName
{
background-color: #3DF2B5;
}
.BgClassName
{
background-color: #3DF2B5;
}
</style>
border-color css
<style>
span { border-color: #3DF2B5; }
span { border-color: rgb(61,242,181); }
td.TdClassName
{
border-color: #3DF2B5;
}
.TagClassName
{
border-color: #3DF2B5;
}
</style>