Shades of Turquoise #3DEFBB
Tints of Turquoise #3DEFBB
RGB
CMYK
RGB Variations
Color information
#3DEFBB (or 0x3DEFBB) is known color: Turquoise. HEX triplet: 3D, EF and BB. RGB value is (61,239,187). Sum of RGB (Red+Green+Blue) = 61+239+187=487 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.53% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEFBB is #C21044. Grayscale: #B3B3B3. Windows color (decimal): -12718149 or 12316477. OLE color: 12316477.
HSL color Cylindrical-coordinate representation of color #3DEFBB: hue angle of 162.47º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEFBB is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 187 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.06 |
| HSL | 162.47º | 0.85% | 0.59% | - |
| HSV(B) | 162.47º | 0.74% | 0.94% | - |
| XYZ | 41.76 | 66.31 | 57.61 | - |
| YUV | 179.85 | 132.03 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 187 | 0.74 | 0 | 0.22 | 0.06 | 162.47 | 0.85 | 0.59 |
| Hex | 3D | EF | BB | 4A | 0 | 16 | 6 | A2 | 55 | 3B |
| Octal | 75 | 357 | 273 | 112 | 0 | 26 | 6 | 242 | 125 | 73 |
| Binary | 111101 | 11101111 | 10111011 | 1001010 | 0 | 10110 | 110 | 10100010 | 1010101 | 111011 |
Color Harmonies of #3DEFBB
Complementary color
Monochromatic Colors of #3DEFBB
Black with #3DEFBB
Text Example
Text Example
White with #3DEFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEFBB; }
p { color: rgb(61,239,187); }
H1.HeaderClassName
{
color: #3DEFBB;
}
.AnyTagClassName
{
color: #3DEFBB;
}
</style>
background-color css
<style>
a { background-color: #3DEFBB; }
a { background-color: rgb(61,239,187); }
div.DivClassName
{
background-color: #3DEFBB;
}
.BgClassName
{
background-color: #3DEFBB;
}
</style>
border-color css
<style>
span { border-color: #3DEFBB; }
span { border-color: rgb(61,239,187); }
td.TdClassName
{
border-color: #3DEFBB;
}
.TagClassName
{
border-color: #3DEFBB;
}
</style>