Shades of Turquoise #3DF8BD
Tints of Turquoise #3DF8BD
RGB
CMYK
RGB Variations
Color information
#3DF8BD (or 0x3DF8BD) is known color: Turquoise. HEX triplet: 3D, F8 and BD. RGB value is (61,248,189). Sum of RGB (Red+Green+Blue) = 61+248+189=498 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.25% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF8BD is #C20742. Grayscale: #B9B9B9. Windows color (decimal): -12715843 or 12449853. OLE color: 12449853.
HSL color Cylindrical-coordinate representation of color #3DF8BD: hue angle of 161.07º 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 #3DF8BD is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 189 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.03 |
| HSL | 161.07º | 0.93% | 0.61% | - |
| HSV(B) | 161.07º | 0.75% | 0.97% | - |
| XYZ | 44.68 | 71.8 | 59.65 | - |
| YUV | 185.36 | 130.05 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 189 | 0.75 | 0 | 0.24 | 0.03 | 161.07 | 0.93 | 0.61 |
| Hex | 3D | F8 | BD | 4B | 0 | 18 | 3 | A1 | 5D | 3D |
| Octal | 75 | 370 | 275 | 113 | 0 | 30 | 3 | 241 | 135 | 75 |
| Binary | 111101 | 11111000 | 10111101 | 1001011 | 0 | 11000 | 11 | 10100001 | 1011101 | 111101 |
Color Harmonies of #3DF8BD
Complementary color
Monochromatic Colors of #3DF8BD
Black with #3DF8BD
Text Example
Text Example
White with #3DF8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF8BD; }
p { color: rgb(61,248,189); }
H1.HeaderClassName
{
color: #3DF8BD;
}
.AnyTagClassName
{
color: #3DF8BD;
}
</style>
background-color css
<style>
a { background-color: #3DF8BD; }
a { background-color: rgb(61,248,189); }
div.DivClassName
{
background-color: #3DF8BD;
}
.BgClassName
{
background-color: #3DF8BD;
}
</style>
border-color css
<style>
span { border-color: #3DF8BD; }
span { border-color: rgb(61,248,189); }
td.TdClassName
{
border-color: #3DF8BD;
}
.TagClassName
{
border-color: #3DF8BD;
}
</style>