Shades of Turquoise #3DFDC4
Tints of Turquoise #3DFDC4
RGB
CMYK
RGB Variations
Color information
#3DFDC4 (or 0x3DFDC4) is known color: Turquoise. HEX triplet: 3D, FD and C4. RGB value is (61,253,196). Sum of RGB (Red+Green+Blue) = 61+253+196=510 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.96% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDC4 is #C2023B. Grayscale: #BDBDBD. Windows color (decimal): -12714556 or 12909885. OLE color: 12909885.
HSL color Cylindrical-coordinate representation of color #3DFDC4: hue angle of 162.19º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFDC4 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 196 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.01 |
| HSL | 162.19º | 0.98% | 0.62% | - |
| HSV(B) | 162.19º | 0.76% | 0.99% | - |
| XYZ | 47.01 | 75.23 | 64.27 | - |
| YUV | 189.09 | 131.89 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 196 | 0.76 | 0 | 0.23 | 0.01 | 162.19 | 0.98 | 0.62 |
| Hex | 3D | FD | C4 | 4C | 0 | 17 | 1 | A2 | 62 | 3E |
| Octal | 75 | 375 | 304 | 114 | 0 | 27 | 1 | 242 | 142 | 76 |
| Binary | 111101 | 11111101 | 11000100 | 1001100 | 0 | 10111 | 1 | 10100010 | 1100010 | 111110 |
Color Harmonies of #3DFDC4
Complementary color
Monochromatic Colors of #3DFDC4
Black with #3DFDC4
Text Example
Text Example
White with #3DFDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDC4; }
p { color: rgb(61,253,196); }
H1.HeaderClassName
{
color: #3DFDC4;
}
.AnyTagClassName
{
color: #3DFDC4;
}
</style>
background-color css
<style>
a { background-color: #3DFDC4; }
a { background-color: rgb(61,253,196); }
div.DivClassName
{
background-color: #3DFDC4;
}
.BgClassName
{
background-color: #3DFDC4;
}
</style>
border-color css
<style>
span { border-color: #3DFDC4; }
span { border-color: rgb(61,253,196); }
td.TdClassName
{
border-color: #3DFDC4;
}
.TagClassName
{
border-color: #3DFDC4;
}
</style>