Shades of Turquoise #3DF8B0
Tints of Turquoise #3DF8B0
RGB
CMYK
RGB Variations
Color information
#3DF8B0 (or 0x3DF8B0) is known color: Turquoise. HEX triplet: 3D, F8 and B0. RGB value is (61,248,176). Sum of RGB (Red+Green+Blue) = 61+248+176=485 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.58% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF8B0 is #C2074F. Grayscale: #B7B7B7. Windows color (decimal): -12715856 or 11597885. OLE color: 11597885.
HSL color Cylindrical-coordinate representation of color #3DF8B0: hue angle of 156.9º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF8B0 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 176 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.03 |
| HSL | 156.9º | 0.93% | 0.61% | - |
| HSV(B) | 156.9º | 0.75% | 0.97% | - |
| XYZ | 43.33 | 71.26 | 52.55 | - |
| YUV | 183.88 | 123.55 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 176 | 0.75 | 0 | 0.29 | 0.03 | 156.9 | 0.93 | 0.61 |
| Hex | 3D | F8 | B0 | 4B | 0 | 1D | 3 | 9D | 5D | 3D |
| Octal | 75 | 370 | 260 | 113 | 0 | 35 | 3 | 235 | 135 | 75 |
| Binary | 111101 | 11111000 | 10110000 | 1001011 | 0 | 11101 | 11 | 10011101 | 1011101 | 111101 |
Color Harmonies of #3DF8B0
Complementary color
Monochromatic Colors of #3DF8B0
Black with #3DF8B0
Text Example
Text Example
White with #3DF8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF8B0; }
p { color: rgb(61,248,176); }
H1.HeaderClassName
{
color: #3DF8B0;
}
.AnyTagClassName
{
color: #3DF8B0;
}
</style>
background-color css
<style>
a { background-color: #3DF8B0; }
a { background-color: rgb(61,248,176); }
div.DivClassName
{
background-color: #3DF8B0;
}
.BgClassName
{
background-color: #3DF8B0;
}
</style>
border-color css
<style>
span { border-color: #3DF8B0; }
span { border-color: rgb(61,248,176); }
td.TdClassName
{
border-color: #3DF8B0;
}
.TagClassName
{
border-color: #3DF8B0;
}
</style>