Shades of Turquoise #3DFFD9
Tints of Turquoise #3DFFD9
RGB
CMYK
RGB Variations
Color information
#3DFFD9 (or 0x3DFFD9) is known color: Turquoise. HEX triplet: 3D, FF and D9. RGB value is (61,255,217). Sum of RGB (Red+Green+Blue) = 61+255+217=533 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.44% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFD9 is #C20026. Grayscale: #C0C0C0. Windows color (decimal): -12714023 or 14286653. OLE color: 14286653.
HSL color Cylindrical-coordinate representation of color #3DFFD9: hue angle of 168.25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFD9 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 217 | - |
| CMYK | 0.76 | 0 | 0.15 | 0 |
| HSL | 168.25º | 1% | 0.62% | - |
| HSV(B) | 168.25º | 0.76% | 1% | - |
| XYZ | 50.21 | 77.52 | 77.96 | - |
| YUV | 192.66 | 141.73 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 217 | 0.76 | 0 | 0.15 | 0 | 168.25 | 1 | 0.62 |
| Hex | 3D | FF | D9 | 4C | 0 | F | 0 | A8 | 64 | 3E |
| Octal | 75 | 377 | 331 | 114 | 0 | 17 | 0 | 250 | 144 | 76 |
| Binary | 111101 | 11111111 | 11011001 | 1001100 | 0 | 1111 | 0 | 10101000 | 1100100 | 111110 |
Color Harmonies of #3DFFD9
Complementary color
Monochromatic Colors of #3DFFD9
Black with #3DFFD9
Text Example
Text Example
White with #3DFFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFD9; }
p { color: rgb(61,255,217); }
H1.HeaderClassName
{
color: #3DFFD9;
}
.AnyTagClassName
{
color: #3DFFD9;
}
</style>
background-color css
<style>
a { background-color: #3DFFD9; }
a { background-color: rgb(61,255,217); }
div.DivClassName
{
background-color: #3DFFD9;
}
.BgClassName
{
background-color: #3DFFD9;
}
</style>
border-color css
<style>
span { border-color: #3DFFD9; }
span { border-color: rgb(61,255,217); }
td.TdClassName
{
border-color: #3DFFD9;
}
.TagClassName
{
border-color: #3DFFD9;
}
</style>