Shades of Turquoise #3DFEBE
Tints of Turquoise #3DFEBE
RGB
CMYK
RGB Variations
Color information
#3DFEBE (or 0x3DFEBE) is known color: Turquoise. HEX triplet: 3D, FE and BE. RGB value is (61,254,190). Sum of RGB (Red+Green+Blue) = 61+254+190=505 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.08% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFEBE is #C20141. Grayscale: #BDBDBD. Windows color (decimal): -12714306 or 12516925. OLE color: 12516925.
HSL color Cylindrical-coordinate representation of color #3DFEBE: hue angle of 160.1º 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 #3DFEBE is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 190 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.00 |
| HSL | 160.1º | 0.99% | 0.62% | - |
| HSV(B) | 160.1º | 0.76% | 1% | - |
| XYZ | 46.66 | 75.59 | 60.85 | - |
| YUV | 189 | 128.56 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 190 | 0.76 | 0 | 0.25 | 0.00 | 160.1 | 0.99 | 0.62 |
| Hex | 3D | FE | BE | 4C | 0 | 19 | 0 | A0 | 63 | 3E |
| Octal | 75 | 376 | 276 | 114 | 0 | 31 | 0 | 240 | 143 | 76 |
| Binary | 111101 | 11111110 | 10111110 | 1001100 | 0 | 11001 | 0 | 10100000 | 1100011 | 111110 |
Color Harmonies of #3DFEBE
Complementary color
Monochromatic Colors of #3DFEBE
Black with #3DFEBE
Text Example
Text Example
White with #3DFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFEBE; }
p { color: rgb(61,254,190); }
H1.HeaderClassName
{
color: #3DFEBE;
}
.AnyTagClassName
{
color: #3DFEBE;
}
</style>
background-color css
<style>
a { background-color: #3DFEBE; }
a { background-color: rgb(61,254,190); }
div.DivClassName
{
background-color: #3DFEBE;
}
.BgClassName
{
background-color: #3DFEBE;
}
</style>
border-color css
<style>
span { border-color: #3DFEBE; }
span { border-color: rgb(61,254,190); }
td.TdClassName
{
border-color: #3DFEBE;
}
.TagClassName
{
border-color: #3DFEBE;
}
</style>