Shades of Turquoise #3DF4B4
Tints of Turquoise #3DF4B4
RGB
CMYK
RGB Variations
Color information
#3DF4B4 (or 0x3DF4B4) is known color: Turquoise. HEX triplet: 3D, F4 and B4. RGB value is (61,244,180). Sum of RGB (Red+Green+Blue) = 61+244+180=485 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.58% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF4B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF4B4 is #C20B4B. Grayscale: #B6B6B6. Windows color (decimal): -12716876 or 11859005. OLE color: 11859005.
HSL color Cylindrical-coordinate representation of color #3DF4B4: hue angle of 159.02º 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 #3DF4B4 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 180 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.04 |
| HSL | 159.02º | 0.89% | 0.6% | - |
| HSV(B) | 159.02º | 0.75% | 0.96% | - |
| XYZ | 42.51 | 68.99 | 54.26 | - |
| YUV | 181.99 | 126.87 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 180 | 0.75 | 0 | 0.26 | 0.04 | 159.02 | 0.89 | 0.6 |
| Hex | 3D | F4 | B4 | 4B | 0 | 1A | 4 | 9F | 59 | 3C |
| Octal | 75 | 364 | 264 | 113 | 0 | 32 | 4 | 237 | 131 | 74 |
| Binary | 111101 | 11110100 | 10110100 | 1001011 | 0 | 11010 | 100 | 10011111 | 1011001 | 111100 |
Color Harmonies of #3DF4B4
Complementary color
Monochromatic Colors of #3DF4B4
Black with #3DF4B4
Text Example
Text Example
White with #3DF4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF4B4; }
p { color: rgb(61,244,180); }
H1.HeaderClassName
{
color: #3DF4B4;
}
.AnyTagClassName
{
color: #3DF4B4;
}
</style>
background-color css
<style>
a { background-color: #3DF4B4; }
a { background-color: rgb(61,244,180); }
div.DivClassName
{
background-color: #3DF4B4;
}
.BgClassName
{
background-color: #3DF4B4;
}
</style>
border-color css
<style>
span { border-color: #3DF4B4; }
span { border-color: rgb(61,244,180); }
td.TdClassName
{
border-color: #3DF4B4;
}
.TagClassName
{
border-color: #3DF4B4;
}
</style>