Shades of Turquoise #3DFEBF
Tints of Turquoise #3DFEBF
RGB
CMYK
RGB Variations
Color information
#3DFEBF (or 0x3DFEBF) is known color: Turquoise. HEX triplet: 3D, FE and BF. RGB value is (61,254,191). Sum of RGB (Red+Green+Blue) = 61+254+191=506 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.06% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFEBF is #C20140. Grayscale: #BDBDBD. Windows color (decimal): -12714305 or 12582461. OLE color: 12582461.
HSL color Cylindrical-coordinate representation of color #3DFEBF: hue angle of 160.41º 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 #3DFEBF is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 191 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.00 |
| HSL | 160.41º | 0.99% | 0.62% | - |
| HSV(B) | 160.41º | 0.76% | 1% | - |
| XYZ | 46.77 | 75.64 | 61.42 | - |
| YUV | 189.11 | 129.06 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 191 | 0.76 | 0 | 0.25 | 0.00 | 160.41 | 0.99 | 0.62 |
| Hex | 3D | FE | BF | 4C | 0 | 19 | 0 | A0 | 63 | 3E |
| Octal | 75 | 376 | 277 | 114 | 0 | 31 | 0 | 240 | 143 | 76 |
| Binary | 111101 | 11111110 | 10111111 | 1001100 | 0 | 11001 | 0 | 10100000 | 1100011 | 111110 |
Color Harmonies of #3DFEBF
Complementary color
Monochromatic Colors of #3DFEBF
Black with #3DFEBF
Text Example
Text Example
White with #3DFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFEBF; }
p { color: rgb(61,254,191); }
H1.HeaderClassName
{
color: #3DFEBF;
}
.AnyTagClassName
{
color: #3DFEBF;
}
</style>
background-color css
<style>
a { background-color: #3DFEBF; }
a { background-color: rgb(61,254,191); }
div.DivClassName
{
background-color: #3DFEBF;
}
.BgClassName
{
background-color: #3DFEBF;
}
</style>
border-color css
<style>
span { border-color: #3DFEBF; }
span { border-color: rgb(61,254,191); }
td.TdClassName
{
border-color: #3DFEBF;
}
.TagClassName
{
border-color: #3DFEBF;
}
</style>