Shades of Turquoise #3DFDEA
Tints of Turquoise #3DFDEA
RGB
CMYK
RGB Variations
Color information
#3DFDEA (or 0x3DFDEA) is known color: Turquoise. HEX triplet: 3D, FD and EA. RGB value is (61,253,234). Sum of RGB (Red+Green+Blue) = 61+253+234=548 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.13% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFDEA is #C20215. Grayscale: #C1C1C1. Windows color (decimal): -12714518 or 15400253. OLE color: 15400253.
HSL color Cylindrical-coordinate representation of color #3DFDEA: hue angle of 174.06º 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 #3DFDEA is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 234 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.01 |
| HSL | 174.06º | 0.98% | 0.62% | - |
| HSV(B) | 174.06º | 0.76% | 0.99% | - |
| XYZ | 51.9 | 77.18 | 90 | - |
| YUV | 193.43 | 150.89 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 234 | 0.76 | 0 | 0.08 | 0.01 | 174.06 | 0.98 | 0.62 |
| Hex | 3D | FD | EA | 4C | 0 | 8 | 1 | AE | 62 | 3E |
| Octal | 75 | 375 | 352 | 114 | 0 | 10 | 1 | 256 | 142 | 76 |
| Binary | 111101 | 11111101 | 11101010 | 1001100 | 0 | 1000 | 1 | 10101110 | 1100010 | 111110 |
Color Harmonies of #3DFDEA
Complementary color
Monochromatic Colors of #3DFDEA
Black with #3DFDEA
Text Example
Text Example
White with #3DFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDEA; }
p { color: rgb(61,253,234); }
H1.HeaderClassName
{
color: #3DFDEA;
}
.AnyTagClassName
{
color: #3DFDEA;
}
</style>
background-color css
<style>
a { background-color: #3DFDEA; }
a { background-color: rgb(61,253,234); }
div.DivClassName
{
background-color: #3DFDEA;
}
.BgClassName
{
background-color: #3DFDEA;
}
</style>
border-color css
<style>
span { border-color: #3DFDEA; }
span { border-color: rgb(61,253,234); }
td.TdClassName
{
border-color: #3DFDEA;
}
.TagClassName
{
border-color: #3DFDEA;
}
</style>