Shades of Turquoise #3DFDB8
Tints of Turquoise #3DFDB8
RGB
CMYK
RGB Variations
Color information
#3DFDB8 (or 0x3DFDB8) is known color: Turquoise. HEX triplet: 3D, FD and B8. RGB value is (61,253,184). Sum of RGB (Red+Green+Blue) = 61+253+184=498 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.25% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDB8 is #C20247. Grayscale: #BBBBBB. Windows color (decimal): -12714568 or 12123453. OLE color: 12123453.
HSL color Cylindrical-coordinate representation of color #3DFDB8: hue angle of 158.44º 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 #3DFDB8 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 184 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.01 |
| HSL | 158.44º | 0.98% | 0.62% | - |
| HSV(B) | 158.44º | 0.76% | 0.99% | - |
| XYZ | 45.7 | 74.7 | 57.36 | - |
| YUV | 187.73 | 125.89 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 184 | 0.76 | 0 | 0.27 | 0.01 | 158.44 | 0.98 | 0.62 |
| Hex | 3D | FD | B8 | 4C | 0 | 1B | 1 | 9E | 62 | 3E |
| Octal | 75 | 375 | 270 | 114 | 0 | 33 | 1 | 236 | 142 | 76 |
| Binary | 111101 | 11111101 | 10111000 | 1001100 | 0 | 11011 | 1 | 10011110 | 1100010 | 111110 |
Color Harmonies of #3DFDB8
Complementary color
Monochromatic Colors of #3DFDB8
Black with #3DFDB8
Text Example
Text Example
White with #3DFDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDB8; }
p { color: rgb(61,253,184); }
H1.HeaderClassName
{
color: #3DFDB8;
}
.AnyTagClassName
{
color: #3DFDB8;
}
</style>
background-color css
<style>
a { background-color: #3DFDB8; }
a { background-color: rgb(61,253,184); }
div.DivClassName
{
background-color: #3DFDB8;
}
.BgClassName
{
background-color: #3DFDB8;
}
</style>
border-color css
<style>
span { border-color: #3DFDB8; }
span { border-color: rgb(61,253,184); }
td.TdClassName
{
border-color: #3DFDB8;
}
.TagClassName
{
border-color: #3DFDB8;
}
</style>