Shades of Turquoise #3DFCDD
Tints of Turquoise #3DFCDD
RGB
CMYK
RGB Variations
Color information
#3DFCDD (or 0x3DFCDD) is known color: Turquoise. HEX triplet: 3D, FC and DD. RGB value is (61,252,221). Sum of RGB (Red+Green+Blue) = 61+252+221=534 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.42% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFCDD is #C20322. Grayscale: #BFBFBF. Windows color (decimal): -12714787 or 14548029. OLE color: 14548029.
HSL color Cylindrical-coordinate representation of color #3DFCDD: hue angle of 170.26º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFCDD is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 252 | 221 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.01 |
| HSL | 170.26º | 0.97% | 0.61% | - |
| HSV(B) | 170.26º | 0.76% | 0.99% | - |
| XYZ | 49.79 | 75.83 | 80.42 | - |
| YUV | 191.36 | 144.72 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 252 | 221 | 0.76 | 0 | 0.12 | 0.01 | 170.26 | 0.97 | 0.61 |
| Hex | 3D | FC | DD | 4C | 0 | C | 1 | AA | 61 | 3D |
| Octal | 75 | 374 | 335 | 114 | 0 | 14 | 1 | 252 | 141 | 75 |
| Binary | 111101 | 11111100 | 11011101 | 1001100 | 0 | 1100 | 1 | 10101010 | 1100001 | 111101 |
Color Harmonies of #3DFCDD
Complementary color
Monochromatic Colors of #3DFCDD
Black with #3DFCDD
Text Example
Text Example
White with #3DFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFCDD; }
p { color: rgb(61,252,221); }
H1.HeaderClassName
{
color: #3DFCDD;
}
.AnyTagClassName
{
color: #3DFCDD;
}
</style>
background-color css
<style>
a { background-color: #3DFCDD; }
a { background-color: rgb(61,252,221); }
div.DivClassName
{
background-color: #3DFCDD;
}
.BgClassName
{
background-color: #3DFCDD;
}
</style>
border-color css
<style>
span { border-color: #3DFCDD; }
span { border-color: rgb(61,252,221); }
td.TdClassName
{
border-color: #3DFCDD;
}
.TagClassName
{
border-color: #3DFCDD;
}
</style>