Shades of Turquoise #3DFED2
Tints of Turquoise #3DFED2
RGB
CMYK
RGB Variations
Color information
#3DFED2 (or 0x3DFED2) is known color: Turquoise. HEX triplet: 3D, FE and D2. RGB value is (61,254,210). Sum of RGB (Red+Green+Blue) = 61+254+210=525 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.62% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFED2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFED2 is #C2012D. Grayscale: #BFBFBF. Windows color (decimal): -12714286 or 13827645. OLE color: 13827645.
HSL color Cylindrical-coordinate representation of color #3DFED2: hue angle of 166.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFED2 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 210 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.00 |
| HSL | 166.32º | 0.99% | 0.62% | - |
| HSV(B) | 166.32º | 0.76% | 1% | - |
| XYZ | 49 | 76.53 | 73.16 | - |
| YUV | 191.28 | 138.56 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 210 | 0.76 | 0 | 0.17 | 0.00 | 166.32 | 0.99 | 0.62 |
| Hex | 3D | FE | D2 | 4C | 0 | 11 | 0 | A6 | 63 | 3E |
| Octal | 75 | 376 | 322 | 114 | 0 | 21 | 0 | 246 | 143 | 76 |
| Binary | 111101 | 11111110 | 11010010 | 1001100 | 0 | 10001 | 0 | 10100110 | 1100011 | 111110 |
Color Harmonies of #3DFED2
Complementary color
Monochromatic Colors of #3DFED2
Black with #3DFED2
Text Example
Text Example
White with #3DFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFED2; }
p { color: rgb(61,254,210); }
H1.HeaderClassName
{
color: #3DFED2;
}
.AnyTagClassName
{
color: #3DFED2;
}
</style>
background-color css
<style>
a { background-color: #3DFED2; }
a { background-color: rgb(61,254,210); }
div.DivClassName
{
background-color: #3DFED2;
}
.BgClassName
{
background-color: #3DFED2;
}
</style>
border-color css
<style>
span { border-color: #3DFED2; }
span { border-color: rgb(61,254,210); }
td.TdClassName
{
border-color: #3DFED2;
}
.TagClassName
{
border-color: #3DFED2;
}
</style>