Shades of Turquoise #3DFDB9
Tints of Turquoise #3DFDB9
RGB
CMYK
RGB Variations
Color information
#3DFDB9 (or 0x3DFDB9) is known color: Turquoise. HEX triplet: 3D, FD and B9. RGB value is (61,253,185). Sum of RGB (Red+Green+Blue) = 61+253+185=499 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.22% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDB9 is #C20246. Grayscale: #BBBBBB. Windows color (decimal): -12714567 or 12188989. OLE color: 12188989.
HSL color Cylindrical-coordinate representation of color #3DFDB9: hue angle of 158.75º 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 #3DFDB9 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 185 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.01 |
| HSL | 158.75º | 0.98% | 0.62% | - |
| HSV(B) | 158.75º | 0.76% | 0.99% | - |
| XYZ | 45.81 | 74.75 | 57.91 | - |
| YUV | 187.84 | 126.39 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 185 | 0.76 | 0 | 0.27 | 0.01 | 158.75 | 0.98 | 0.62 |
| Hex | 3D | FD | B9 | 4C | 0 | 1B | 1 | 9F | 62 | 3E |
| Octal | 75 | 375 | 271 | 114 | 0 | 33 | 1 | 237 | 142 | 76 |
| Binary | 111101 | 11111101 | 10111001 | 1001100 | 0 | 11011 | 1 | 10011111 | 1100010 | 111110 |
Color Harmonies of #3DFDB9
Complementary color
Monochromatic Colors of #3DFDB9
Black with #3DFDB9
Text Example
Text Example
White with #3DFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDB9; }
p { color: rgb(61,253,185); }
H1.HeaderClassName
{
color: #3DFDB9;
}
.AnyTagClassName
{
color: #3DFDB9;
}
</style>
background-color css
<style>
a { background-color: #3DFDB9; }
a { background-color: rgb(61,253,185); }
div.DivClassName
{
background-color: #3DFDB9;
}
.BgClassName
{
background-color: #3DFDB9;
}
</style>
border-color css
<style>
span { border-color: #3DFDB9; }
span { border-color: rgb(61,253,185); }
td.TdClassName
{
border-color: #3DFDB9;
}
.TagClassName
{
border-color: #3DFDB9;
}
</style>