Shades of Turquoise #3DFFCC
Tints of Turquoise #3DFFCC
RGB
CMYK
RGB Variations
Color information
#3DFFCC (or 0x3DFFCC) is known color: Turquoise. HEX triplet: 3D, FF and CC. RGB value is (61,255,204). Sum of RGB (Red+Green+Blue) = 61+255+204=520 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.73% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFCC is #C20033. Grayscale: #BFBFBF. Windows color (decimal): -12714036 or 13434685. OLE color: 13434685.
HSL color Cylindrical-coordinate representation of color #3DFFCC: hue angle of 164.23º 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 #3DFFCC is Cyan = 0.76, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 204 | - |
| CMYK | 0.76 | 0 | 0.2 | 0 |
| HSL | 164.23º | 1% | 0.62% | - |
| HSV(B) | 164.23º | 0.76% | 1% | - |
| XYZ | 48.58 | 76.87 | 69.4 | - |
| YUV | 191.18 | 135.23 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 204 | 0.76 | 0 | 0.2 | 0 | 164.23 | 1 | 0.62 |
| Hex | 3D | FF | CC | 4C | 0 | 14 | 0 | A4 | 64 | 3E |
| Octal | 75 | 377 | 314 | 114 | 0 | 24 | 0 | 244 | 144 | 76 |
| Binary | 111101 | 11111111 | 11001100 | 1001100 | 0 | 10100 | 0 | 10100100 | 1100100 | 111110 |
Color Harmonies of #3DFFCC
Complementary color
Monochromatic Colors of #3DFFCC
Black with #3DFFCC
Text Example
Text Example
White with #3DFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFCC; }
p { color: rgb(61,255,204); }
H1.HeaderClassName
{
color: #3DFFCC;
}
.AnyTagClassName
{
color: #3DFFCC;
}
</style>
background-color css
<style>
a { background-color: #3DFFCC; }
a { background-color: rgb(61,255,204); }
div.DivClassName
{
background-color: #3DFFCC;
}
.BgClassName
{
background-color: #3DFFCC;
}
</style>
border-color css
<style>
span { border-color: #3DFFCC; }
span { border-color: rgb(61,255,204); }
td.TdClassName
{
border-color: #3DFFCC;
}
.TagClassName
{
border-color: #3DFFCC;
}
</style>