Shades of Turquoise #3DFFD0
Tints of Turquoise #3DFFD0
RGB
CMYK
RGB Variations
Color information
#3DFFD0 (or 0x3DFFD0) is known color: Turquoise. HEX triplet: 3D, FF and D0. RGB value is (61,255,208). Sum of RGB (Red+Green+Blue) = 61+255+208=524 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.64% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFD0 is #C2002F. Grayscale: #BFBFBF. Windows color (decimal): -12714032 or 13696829. OLE color: 13696829.
HSL color Cylindrical-coordinate representation of color #3DFFD0: hue angle of 165.46º 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 #3DFFD0 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 208 | - |
| CMYK | 0.76 | 0 | 0.18 | 0 |
| HSL | 165.46º | 1% | 0.62% | - |
| HSV(B) | 165.46º | 0.76% | 1% | - |
| XYZ | 49.07 | 77.07 | 71.96 | - |
| YUV | 191.64 | 137.23 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 208 | 0.76 | 0 | 0.18 | 0 | 165.46 | 1 | 0.62 |
| Hex | 3D | FF | D0 | 4C | 0 | 12 | 0 | A5 | 64 | 3E |
| Octal | 75 | 377 | 320 | 114 | 0 | 22 | 0 | 245 | 144 | 76 |
| Binary | 111101 | 11111111 | 11010000 | 1001100 | 0 | 10010 | 0 | 10100101 | 1100100 | 111110 |
Color Harmonies of #3DFFD0
Complementary color
Monochromatic Colors of #3DFFD0
Black with #3DFFD0
Text Example
Text Example
White with #3DFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFD0; }
p { color: rgb(61,255,208); }
H1.HeaderClassName
{
color: #3DFFD0;
}
.AnyTagClassName
{
color: #3DFFD0;
}
</style>
background-color css
<style>
a { background-color: #3DFFD0; }
a { background-color: rgb(61,255,208); }
div.DivClassName
{
background-color: #3DFFD0;
}
.BgClassName
{
background-color: #3DFFD0;
}
</style>
border-color css
<style>
span { border-color: #3DFFD0; }
span { border-color: rgb(61,255,208); }
td.TdClassName
{
border-color: #3DFFD0;
}
.TagClassName
{
border-color: #3DFFD0;
}
</style>