Shades of Turquoise #3DFFC3
Tints of Turquoise #3DFFC3
RGB
CMYK
RGB Variations
Color information
#3DFFC3 (or 0x3DFFC3) is known color: Turquoise. HEX triplet: 3D, FF and C3. RGB value is (61,255,195). Sum of RGB (Red+Green+Blue) = 61+255+195=511 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.94% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFC3 is #C2003C. Grayscale: #BEBEBE. Windows color (decimal): -12714045 or 12844861. OLE color: 12844861.
HSL color Cylindrical-coordinate representation of color #3DFFC3: hue angle of 161.44º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFC3 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 195 | - |
| CMYK | 0.76 | 0 | 0.24 | 0 |
| HSL | 161.44º | 1% | 0.62% | - |
| HSV(B) | 161.44º | 0.76% | 1% | - |
| XYZ | 47.53 | 76.45 | 63.88 | - |
| YUV | 190.15 | 130.73 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 195 | 0.76 | 0 | 0.24 | 0 | 161.44 | 1 | 0.62 |
| Hex | 3D | FF | C3 | 4C | 0 | 18 | 0 | A1 | 64 | 3E |
| Octal | 75 | 377 | 303 | 114 | 0 | 30 | 0 | 241 | 144 | 76 |
| Binary | 111101 | 11111111 | 11000011 | 1001100 | 0 | 11000 | 0 | 10100001 | 1100100 | 111110 |
Color Harmonies of #3DFFC3
Complementary color
Monochromatic Colors of #3DFFC3
Black with #3DFFC3
Text Example
Text Example
White with #3DFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFC3; }
p { color: rgb(61,255,195); }
H1.HeaderClassName
{
color: #3DFFC3;
}
.AnyTagClassName
{
color: #3DFFC3;
}
</style>
background-color css
<style>
a { background-color: #3DFFC3; }
a { background-color: rgb(61,255,195); }
div.DivClassName
{
background-color: #3DFFC3;
}
.BgClassName
{
background-color: #3DFFC3;
}
</style>
border-color css
<style>
span { border-color: #3DFFC3; }
span { border-color: rgb(61,255,195); }
td.TdClassName
{
border-color: #3DFFC3;
}
.TagClassName
{
border-color: #3DFFC3;
}
</style>