Shades of Turquoise #3DFDDF
Tints of Turquoise #3DFDDF
RGB
CMYK
RGB Variations
Color information
#3DFDDF (or 0x3DFDDF) is known color: Turquoise. HEX triplet: 3D, FD and DF. RGB value is (61,253,223). Sum of RGB (Red+Green+Blue) = 61+253+223=537 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.36% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDDF is #C20220. Grayscale: #C0C0C0. Windows color (decimal): -12714529 or 14679357. OLE color: 14679357.
HSL color Cylindrical-coordinate representation of color #3DFDDF: hue angle of 170.62º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFDDF is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 223 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.01 |
| HSL | 170.63º | 0.98% | 0.62% | - |
| HSV(B) | 170.63º | 0.76% | 0.99% | - |
| XYZ | 50.37 | 76.57 | 81.94 | - |
| YUV | 192.17 | 145.39 | 34.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 223 | 0.76 | 0 | 0.12 | 0.01 | 170.63 | 0.98 | 0.62 |
| Hex | 3D | FD | DF | 4C | 0 | C | 1 | AB | 62 | 3E |
| Octal | 75 | 375 | 337 | 114 | 0 | 14 | 1 | 253 | 142 | 76 |
| Binary | 111101 | 11111101 | 11011111 | 1001100 | 0 | 1100 | 1 | 10101011 | 1100010 | 111110 |
Color Harmonies of #3DFDDF
Complementary color
Monochromatic Colors of #3DFDDF
Black with #3DFDDF
Text Example
Text Example
White with #3DFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDDF; }
p { color: rgb(61,253,223); }
H1.HeaderClassName
{
color: #3DFDDF;
}
.AnyTagClassName
{
color: #3DFDDF;
}
</style>
background-color css
<style>
a { background-color: #3DFDDF; }
a { background-color: rgb(61,253,223); }
div.DivClassName
{
background-color: #3DFDDF;
}
.BgClassName
{
background-color: #3DFDDF;
}
</style>
border-color css
<style>
span { border-color: #3DFDDF; }
span { border-color: rgb(61,253,223); }
td.TdClassName
{
border-color: #3DFDDF;
}
.TagClassName
{
border-color: #3DFDDF;
}
</style>