Shades of Turquoise #3DFED8
Tints of Turquoise #3DFED8
RGB
CMYK
RGB Variations
Color information
#3DFED8 (or 0x3DFED8) is known color: Turquoise. HEX triplet: 3D, FE and D8. RGB value is (61,254,216). Sum of RGB (Red+Green+Blue) = 61+254+216=531 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.49% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFED8 is #C20127. Grayscale: #BFBFBF. Windows color (decimal): -12714280 or 14220861. OLE color: 14220861.
HSL color Cylindrical-coordinate representation of color #3DFED8: hue angle of 168.19º 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 #3DFED8 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 216 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.00 |
| HSL | 168.19º | 0.99% | 0.62% | - |
| HSV(B) | 168.19º | 0.76% | 1% | - |
| XYZ | 49.76 | 76.83 | 77.17 | - |
| YUV | 191.96 | 141.56 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 216 | 0.76 | 0 | 0.15 | 0.00 | 168.19 | 0.99 | 0.62 |
| Hex | 3D | FE | D8 | 4C | 0 | F | 0 | A8 | 63 | 3E |
| Octal | 75 | 376 | 330 | 114 | 0 | 17 | 0 | 250 | 143 | 76 |
| Binary | 111101 | 11111110 | 11011000 | 1001100 | 0 | 1111 | 0 | 10101000 | 1100011 | 111110 |
Color Harmonies of #3DFED8
Complementary color
Monochromatic Colors of #3DFED8
Black with #3DFED8
Text Example
Text Example
White with #3DFED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFED8; }
p { color: rgb(61,254,216); }
H1.HeaderClassName
{
color: #3DFED8;
}
.AnyTagClassName
{
color: #3DFED8;
}
</style>
background-color css
<style>
a { background-color: #3DFED8; }
a { background-color: rgb(61,254,216); }
div.DivClassName
{
background-color: #3DFED8;
}
.BgClassName
{
background-color: #3DFED8;
}
</style>
border-color css
<style>
span { border-color: #3DFED8; }
span { border-color: rgb(61,254,216); }
td.TdClassName
{
border-color: #3DFED8;
}
.TagClassName
{
border-color: #3DFED8;
}
</style>