Shades of Turquoise #3DFFDF
Tints of Turquoise #3DFFDF
RGB
CMYK
RGB Variations
Color information
#3DFFDF (or 0x3DFFDF) is known color: Turquoise. HEX triplet: 3D, FF and DF. RGB value is (61,255,223). Sum of RGB (Red+Green+Blue) = 61+255+223=539 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.32% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFDF is #C20020. Grayscale: #C1C1C1. Windows color (decimal): -12714017 or 14679869. OLE color: 14679869.
HSL color Cylindrical-coordinate representation of color #3DFFDF: hue angle of 170.1º 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 #3DFFDF is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 223 | - |
| CMYK | 0.76 | 0 | 0.13 | 0 |
| HSL | 170.1º | 1% | 0.62% | - |
| HSV(B) | 170.1º | 0.76% | 1% | - |
| XYZ | 51 | 77.84 | 82.15 | - |
| YUV | 193.35 | 144.73 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 223 | 0.76 | 0 | 0.13 | 0 | 170.1 | 1 | 0.62 |
| Hex | 3D | FF | DF | 4C | 0 | D | 0 | AA | 64 | 3E |
| Octal | 75 | 377 | 337 | 114 | 0 | 15 | 0 | 252 | 144 | 76 |
| Binary | 111101 | 11111111 | 11011111 | 1001100 | 0 | 1101 | 0 | 10101010 | 1100100 | 111110 |
Color Harmonies of #3DFFDF
Complementary color
Monochromatic Colors of #3DFFDF
Black with #3DFFDF
Text Example
Text Example
White with #3DFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFDF; }
p { color: rgb(61,255,223); }
H1.HeaderClassName
{
color: #3DFFDF;
}
.AnyTagClassName
{
color: #3DFFDF;
}
</style>
background-color css
<style>
a { background-color: #3DFFDF; }
a { background-color: rgb(61,255,223); }
div.DivClassName
{
background-color: #3DFFDF;
}
.BgClassName
{
background-color: #3DFFDF;
}
</style>
border-color css
<style>
span { border-color: #3DFFDF; }
span { border-color: rgb(61,255,223); }
td.TdClassName
{
border-color: #3DFFDF;
}
.TagClassName
{
border-color: #3DFFDF;
}
</style>