Shades of Turquoise #3DFEC5
Tints of Turquoise #3DFEC5
RGB
CMYK
RGB Variations
Color information
#3DFEC5 (or 0x3DFEC5) is known color: Turquoise. HEX triplet: 3D, FE and C5. RGB value is (61,254,197). Sum of RGB (Red+Green+Blue) = 61+254+197=512 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.91% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFEC5 is #C2013A. Grayscale: #BDBDBD. Windows color (decimal): -12714299 or 12975677. OLE color: 12975677.
HSL color Cylindrical-coordinate representation of color #3DFEC5: hue angle of 162.28º 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 #3DFEC5 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 197 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.00 |
| HSL | 162.28º | 0.99% | 0.62% | - |
| HSV(B) | 162.28º | 0.76% | 1% | - |
| XYZ | 47.44 | 75.91 | 64.97 | - |
| YUV | 189.8 | 132.06 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 197 | 0.76 | 0 | 0.22 | 0.00 | 162.28 | 0.99 | 0.62 |
| Hex | 3D | FE | C5 | 4C | 0 | 16 | 0 | A2 | 63 | 3E |
| Octal | 75 | 376 | 305 | 114 | 0 | 26 | 0 | 242 | 143 | 76 |
| Binary | 111101 | 11111110 | 11000101 | 1001100 | 0 | 10110 | 0 | 10100010 | 1100011 | 111110 |
Color Harmonies of #3DFEC5
Complementary color
Monochromatic Colors of #3DFEC5
Black with #3DFEC5
Text Example
Text Example
White with #3DFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFEC5; }
p { color: rgb(61,254,197); }
H1.HeaderClassName
{
color: #3DFEC5;
}
.AnyTagClassName
{
color: #3DFEC5;
}
</style>
background-color css
<style>
a { background-color: #3DFEC5; }
a { background-color: rgb(61,254,197); }
div.DivClassName
{
background-color: #3DFEC5;
}
.BgClassName
{
background-color: #3DFEC5;
}
</style>
border-color css
<style>
span { border-color: #3DFEC5; }
span { border-color: rgb(61,254,197); }
td.TdClassName
{
border-color: #3DFEC5;
}
.TagClassName
{
border-color: #3DFEC5;
}
</style>