Shades of Turquoise #3DFEE2
Tints of Turquoise #3DFEE2
RGB
CMYK
RGB Variations
Color information
#3DFEE2 (or 0x3DFEE2) is known color: Turquoise. HEX triplet: 3D, FE and E2. RGB value is (61,254,226). Sum of RGB (Red+Green+Blue) = 61+254+226=541 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.28% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFEE2 is #C2011D. Grayscale: #C1C1C1. Windows color (decimal): -12714270 or 14876221. OLE color: 14876221.
HSL color Cylindrical-coordinate representation of color #3DFEE2: hue angle of 171.3º 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 #3DFEE2 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 226 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.00 |
| HSL | 171.3º | 0.99% | 0.62% | - |
| HSV(B) | 171.3º | 0.76% | 1% | - |
| XYZ | 51.09 | 77.37 | 84.19 | - |
| YUV | 193.1 | 146.56 | 33.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 226 | 0.76 | 0 | 0.11 | 0.00 | 171.3 | 0.99 | 0.62 |
| Hex | 3D | FE | E2 | 4C | 0 | B | 0 | AB | 63 | 3E |
| Octal | 75 | 376 | 342 | 114 | 0 | 13 | 0 | 253 | 143 | 76 |
| Binary | 111101 | 11111110 | 11100010 | 1001100 | 0 | 1011 | 0 | 10101011 | 1100011 | 111110 |
Color Harmonies of #3DFEE2
Complementary color
Monochromatic Colors of #3DFEE2
Black with #3DFEE2
Text Example
Text Example
White with #3DFEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFEE2; }
p { color: rgb(61,254,226); }
H1.HeaderClassName
{
color: #3DFEE2;
}
.AnyTagClassName
{
color: #3DFEE2;
}
</style>
background-color css
<style>
a { background-color: #3DFEE2; }
a { background-color: rgb(61,254,226); }
div.DivClassName
{
background-color: #3DFEE2;
}
.BgClassName
{
background-color: #3DFEE2;
}
</style>
border-color css
<style>
span { border-color: #3DFEE2; }
span { border-color: rgb(61,254,226); }
td.TdClassName
{
border-color: #3DFEE2;
}
.TagClassName
{
border-color: #3DFEE2;
}
</style>