Shades of Turquoise #3DFEDA
Tints of Turquoise #3DFEDA
RGB
CMYK
RGB Variations
Color information
#3DFEDA (or 0x3DFEDA) is known color: Turquoise. HEX triplet: 3D, FE and DA. RGB value is (61,254,218). Sum of RGB (Red+Green+Blue) = 61+254+218=533 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.44% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFEDA is #C20125. Grayscale: #C0C0C0. Windows color (decimal): -12714278 or 14351933. OLE color: 14351933.
HSL color Cylindrical-coordinate representation of color #3DFEDA: hue angle of 168.81º 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 #3DFEDA is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 218 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.00 |
| HSL | 168.81º | 0.99% | 0.62% | - |
| HSV(B) | 168.81º | 0.76% | 1% | - |
| XYZ | 50.02 | 76.94 | 78.54 | - |
| YUV | 192.19 | 142.56 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 218 | 0.76 | 0 | 0.14 | 0.00 | 168.81 | 0.99 | 0.62 |
| Hex | 3D | FE | DA | 4C | 0 | E | 0 | A9 | 63 | 3E |
| Octal | 75 | 376 | 332 | 114 | 0 | 16 | 0 | 251 | 143 | 76 |
| Binary | 111101 | 11111110 | 11011010 | 1001100 | 0 | 1110 | 0 | 10101001 | 1100011 | 111110 |
Color Harmonies of #3DFEDA
Complementary color
Monochromatic Colors of #3DFEDA
Black with #3DFEDA
Text Example
Text Example
White with #3DFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFEDA; }
p { color: rgb(61,254,218); }
H1.HeaderClassName
{
color: #3DFEDA;
}
.AnyTagClassName
{
color: #3DFEDA;
}
</style>
background-color css
<style>
a { background-color: #3DFEDA; }
a { background-color: rgb(61,254,218); }
div.DivClassName
{
background-color: #3DFEDA;
}
.BgClassName
{
background-color: #3DFEDA;
}
</style>
border-color css
<style>
span { border-color: #3DFEDA; }
span { border-color: rgb(61,254,218); }
td.TdClassName
{
border-color: #3DFEDA;
}
.TagClassName
{
border-color: #3DFEDA;
}
</style>