Shades of Turquoise #3DF4B2
Tints of Turquoise #3DF4B2
RGB
CMYK
RGB Variations
Color information
#3DF4B2 (or 0x3DF4B2) is known color: Turquoise. HEX triplet: 3D, F4 and B2. RGB value is (61,244,178). Sum of RGB (Red+Green+Blue) = 61+244+178=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF4B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF4B2 is #C20B4D. Grayscale: #B5B5B5. Windows color (decimal): -12716878 or 11727933. OLE color: 11727933.
HSL color Cylindrical-coordinate representation of color #3DF4B2: hue angle of 158.36º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF4B2 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 178 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.04 |
| HSL | 158.36º | 0.89% | 0.6% | - |
| HSV(B) | 158.36º | 0.75% | 0.96% | - |
| XYZ | 42.31 | 68.91 | 53.19 | - |
| YUV | 181.76 | 125.87 | 41.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 178 | 0.75 | 0 | 0.27 | 0.04 | 158.36 | 0.89 | 0.6 |
| Hex | 3D | F4 | B2 | 4B | 0 | 1B | 4 | 9E | 59 | 3C |
| Octal | 75 | 364 | 262 | 113 | 0 | 33 | 4 | 236 | 131 | 74 |
| Binary | 111101 | 11110100 | 10110010 | 1001011 | 0 | 11011 | 100 | 10011110 | 1011001 | 111100 |
Color Harmonies of #3DF4B2
Complementary color
Monochromatic Colors of #3DF4B2
Black with #3DF4B2
Text Example
Text Example
White with #3DF4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF4B2; }
p { color: rgb(61,244,178); }
H1.HeaderClassName
{
color: #3DF4B2;
}
.AnyTagClassName
{
color: #3DF4B2;
}
</style>
background-color css
<style>
a { background-color: #3DF4B2; }
a { background-color: rgb(61,244,178); }
div.DivClassName
{
background-color: #3DF4B2;
}
.BgClassName
{
background-color: #3DF4B2;
}
</style>
border-color css
<style>
span { border-color: #3DF4B2; }
span { border-color: rgb(61,244,178); }
td.TdClassName
{
border-color: #3DF4B2;
}
.TagClassName
{
border-color: #3DF4B2;
}
</style>