Shades of Turquoise #3DFFC8
Tints of Turquoise #3DFFC8
RGB
CMYK
RGB Variations
Color information
#3DFFC8 (or 0x3DFFC8) is known color: Turquoise. HEX triplet: 3D, FF and C8. RGB value is (61,255,200). Sum of RGB (Red+Green+Blue) = 61+255+200=516 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.82% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFC8 is #C20037. Grayscale: #BEBEBE. Windows color (decimal): -12714040 or 13172541. OLE color: 13172541.
HSL color Cylindrical-coordinate representation of color #3DFFC8: hue angle of 162.99º 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 #3DFFC8 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 200 | - |
| CMYK | 0.76 | 0 | 0.22 | 0 |
| HSL | 162.99º | 1% | 0.62% | - |
| HSV(B) | 162.99º | 0.76% | 1% | - |
| XYZ | 48.11 | 76.68 | 66.91 | - |
| YUV | 190.72 | 133.23 | 35.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 200 | 0.76 | 0 | 0.22 | 0 | 162.99 | 1 | 0.62 |
| Hex | 3D | FF | C8 | 4C | 0 | 16 | 0 | A3 | 64 | 3E |
| Octal | 75 | 377 | 310 | 114 | 0 | 26 | 0 | 243 | 144 | 76 |
| Binary | 111101 | 11111111 | 11001000 | 1001100 | 0 | 10110 | 0 | 10100011 | 1100100 | 111110 |
Color Harmonies of #3DFFC8
Complementary color
Monochromatic Colors of #3DFFC8
Black with #3DFFC8
Text Example
Text Example
White with #3DFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFC8; }
p { color: rgb(61,255,200); }
H1.HeaderClassName
{
color: #3DFFC8;
}
.AnyTagClassName
{
color: #3DFFC8;
}
</style>
background-color css
<style>
a { background-color: #3DFFC8; }
a { background-color: rgb(61,255,200); }
div.DivClassName
{
background-color: #3DFFC8;
}
.BgClassName
{
background-color: #3DFFC8;
}
</style>
border-color css
<style>
span { border-color: #3DFFC8; }
span { border-color: rgb(61,255,200); }
td.TdClassName
{
border-color: #3DFFC8;
}
.TagClassName
{
border-color: #3DFFC8;
}
</style>