Shades of Turquoise #3DEFBC
Tints of Turquoise #3DEFBC
RGB
CMYK
RGB Variations
Color information
#3DEFBC (or 0x3DEFBC) is known color: Turquoise. HEX triplet: 3D, EF and BC. RGB value is (61,239,188). Sum of RGB (Red+Green+Blue) = 61+239+188=488 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.5% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEFBC is #C21043. Grayscale: #B3B3B3. Windows color (decimal): -12718148 or 12382013. OLE color: 12382013.
HSL color Cylindrical-coordinate representation of color #3DEFBC: hue angle of 162.81º 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 #3DEFBC is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 188 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.06 |
| HSL | 162.81º | 0.85% | 0.59% | - |
| HSV(B) | 162.81º | 0.74% | 0.94% | - |
| XYZ | 41.87 | 66.36 | 58.18 | - |
| YUV | 179.96 | 132.53 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 188 | 0.74 | 0 | 0.21 | 0.06 | 162.81 | 0.85 | 0.59 |
| Hex | 3D | EF | BC | 4A | 0 | 15 | 6 | A3 | 55 | 3B |
| Octal | 75 | 357 | 274 | 112 | 0 | 25 | 6 | 243 | 125 | 73 |
| Binary | 111101 | 11101111 | 10111100 | 1001010 | 0 | 10101 | 110 | 10100011 | 1010101 | 111011 |
Color Harmonies of #3DEFBC
Complementary color
Monochromatic Colors of #3DEFBC
Black with #3DEFBC
Text Example
Text Example
White with #3DEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEFBC; }
p { color: rgb(61,239,188); }
H1.HeaderClassName
{
color: #3DEFBC;
}
.AnyTagClassName
{
color: #3DEFBC;
}
</style>
background-color css
<style>
a { background-color: #3DEFBC; }
a { background-color: rgb(61,239,188); }
div.DivClassName
{
background-color: #3DEFBC;
}
.BgClassName
{
background-color: #3DEFBC;
}
</style>
border-color css
<style>
span { border-color: #3DEFBC; }
span { border-color: rgb(61,239,188); }
td.TdClassName
{
border-color: #3DEFBC;
}
.TagClassName
{
border-color: #3DEFBC;
}
</style>