Shades of Turquoise #3DFDCE
Tints of Turquoise #3DFDCE
RGB
CMYK
RGB Variations
Color information
#3DFDCE (or 0x3DFDCE) is known color: Turquoise. HEX triplet: 3D, FD and CE. RGB value is (61,253,206). Sum of RGB (Red+Green+Blue) = 61+253+206=520 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.73% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDCE is #C20231. Grayscale: #BEBEBE. Windows color (decimal): -12714546 or 13565245. OLE color: 13565245.
HSL color Cylindrical-coordinate representation of color #3DFDCE: hue angle of 165.31º 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 #3DFDCE is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 206 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.01 |
| HSL | 165.31º | 0.98% | 0.62% | - |
| HSV(B) | 165.31º | 0.76% | 0.99% | - |
| XYZ | 48.19 | 75.7 | 70.46 | - |
| YUV | 190.23 | 136.89 | 35.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 206 | 0.76 | 0 | 0.19 | 0.01 | 165.31 | 0.98 | 0.62 |
| Hex | 3D | FD | CE | 4C | 0 | 13 | 1 | A5 | 62 | 3E |
| Octal | 75 | 375 | 316 | 114 | 0 | 23 | 1 | 245 | 142 | 76 |
| Binary | 111101 | 11111101 | 11001110 | 1001100 | 0 | 10011 | 1 | 10100101 | 1100010 | 111110 |
Color Harmonies of #3DFDCE
Complementary color
Monochromatic Colors of #3DFDCE
Black with #3DFDCE
Text Example
Text Example
White with #3DFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDCE; }
p { color: rgb(61,253,206); }
H1.HeaderClassName
{
color: #3DFDCE;
}
.AnyTagClassName
{
color: #3DFDCE;
}
</style>
background-color css
<style>
a { background-color: #3DFDCE; }
a { background-color: rgb(61,253,206); }
div.DivClassName
{
background-color: #3DFDCE;
}
.BgClassName
{
background-color: #3DFDCE;
}
</style>
border-color css
<style>
span { border-color: #3DFDCE; }
span { border-color: rgb(61,253,206); }
td.TdClassName
{
border-color: #3DFDCE;
}
.TagClassName
{
border-color: #3DFDCE;
}
</style>