Shades of Turquoise #3DFABB
Tints of Turquoise #3DFABB
RGB
CMYK
RGB Variations
Color information
#3DFABB (or 0x3DFABB) is known color: Turquoise. HEX triplet: 3D, FA and BB. RGB value is (61,250,187). Sum of RGB (Red+Green+Blue) = 61+250+187=498 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.25% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #3DFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFABB is #C20544. Grayscale: #BABABA. Windows color (decimal): -12715333 or 12319293. OLE color: 12319293.
HSL color Cylindrical-coordinate representation of color #3DFABB: hue angle of 160º degrees, saturation: 0.95, 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 #3DFABB is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 250 | 187 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.02 |
| HSL | 160º | 0.95% | 0.61% | - |
| HSV(B) | 160º | 0.76% | 0.98% | - |
| XYZ | 45.08 | 72.95 | 58.72 | - |
| YUV | 186.31 | 128.38 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 250 | 187 | 0.76 | 0 | 0.25 | 0.02 | 160 | 0.95 | 0.61 |
| Hex | 3D | FA | BB | 4C | 0 | 19 | 2 | A0 | 5F | 3D |
| Octal | 75 | 372 | 273 | 114 | 0 | 31 | 2 | 240 | 137 | 75 |
| Binary | 111101 | 11111010 | 10111011 | 1001100 | 0 | 11001 | 10 | 10100000 | 1011111 | 111101 |
Color Harmonies of #3DFABB
Complementary color
Monochromatic Colors of #3DFABB
Black with #3DFABB
Text Example
Text Example
White with #3DFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFABB; }
p { color: rgb(61,250,187); }
H1.HeaderClassName
{
color: #3DFABB;
}
.AnyTagClassName
{
color: #3DFABB;
}
</style>
background-color css
<style>
a { background-color: #3DFABB; }
a { background-color: rgb(61,250,187); }
div.DivClassName
{
background-color: #3DFABB;
}
.BgClassName
{
background-color: #3DFABB;
}
</style>
border-color css
<style>
span { border-color: #3DFABB; }
span { border-color: rgb(61,250,187); }
td.TdClassName
{
border-color: #3DFABB;
}
.TagClassName
{
border-color: #3DFABB;
}
</style>