Shades of Turquoise #3DF9BD
Tints of Turquoise #3DF9BD
RGB
CMYK
RGB Variations
Color information
#3DF9BD (or 0x3DF9BD) is known color: Turquoise. HEX triplet: 3D, F9 and BD. RGB value is (61,249,189). Sum of RGB (Red+Green+Blue) = 61+249+189=499 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.22% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF9BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF9BD is #C20642. Grayscale: #BABABA. Windows color (decimal): -12715587 or 12450109. OLE color: 12450109.
HSL color Cylindrical-coordinate representation of color #3DF9BD: hue angle of 160.85º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF9BD is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 189 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.02 |
| HSL | 160.85º | 0.94% | 0.61% | - |
| HSV(B) | 160.85º | 0.76% | 0.98% | - |
| XYZ | 44.99 | 72.42 | 59.75 | - |
| YUV | 185.95 | 129.72 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 189 | 0.76 | 0 | 0.24 | 0.02 | 160.85 | 0.94 | 0.61 |
| Hex | 3D | F9 | BD | 4C | 0 | 18 | 2 | A1 | 5E | 3D |
| Octal | 75 | 371 | 275 | 114 | 0 | 30 | 2 | 241 | 136 | 75 |
| Binary | 111101 | 11111001 | 10111101 | 1001100 | 0 | 11000 | 10 | 10100001 | 1011110 | 111101 |
Color Harmonies of #3DF9BD
Complementary color
Monochromatic Colors of #3DF9BD
Black with #3DF9BD
Text Example
Text Example
White with #3DF9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF9BD; }
p { color: rgb(61,249,189); }
H1.HeaderClassName
{
color: #3DF9BD;
}
.AnyTagClassName
{
color: #3DF9BD;
}
</style>
background-color css
<style>
a { background-color: #3DF9BD; }
a { background-color: rgb(61,249,189); }
div.DivClassName
{
background-color: #3DF9BD;
}
.BgClassName
{
background-color: #3DF9BD;
}
</style>
border-color css
<style>
span { border-color: #3DF9BD; }
span { border-color: rgb(61,249,189); }
td.TdClassName
{
border-color: #3DF9BD;
}
.TagClassName
{
border-color: #3DF9BD;
}
</style>