Shades of Turquoise #3BE6DC
Tints of Turquoise #3BE6DC
RGB
CMYK
RGB Variations
Color information
#3BE6DC (or 0x3BE6DC) is known color: Turquoise. HEX triplet: 3B, E6 and DC. RGB value is (59,230,220). Sum of RGB (Red+Green+Blue) = 59+230+220=509 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.59% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #3BE6DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE6DC is #C41923. Grayscale: #B1B1B1. Windows color (decimal): -12851492 or 14476859. OLE color: 14476859.
HSL color Cylindrical-coordinate representation of color #3BE6DC: hue angle of 176.49º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE6DC is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 230 | 220 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.10 |
| HSL | 176.49º | 0.77% | 0.57% | - |
| HSV(B) | 176.49º | 0.74% | 0.9% | - |
| XYZ | 43.02 | 62.69 | 77.54 | - |
| YUV | 177.73 | 151.85 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 230 | 220 | 0.74 | 0 | 0.04 | 0.10 | 176.49 | 0.77 | 0.57 |
| Hex | 3B | E6 | DC | 4A | 0 | 4 | A | B0 | 4D | 39 |
| Octal | 73 | 346 | 334 | 112 | 0 | 4 | 12 | 260 | 115 | 71 |
| Binary | 111011 | 11100110 | 11011100 | 1001010 | 0 | 100 | 1010 | 10110000 | 1001101 | 111001 |
Color Harmonies of #3BE6DC
Complementary color
Monochromatic Colors of #3BE6DC
Black with #3BE6DC
Text Example
Text Example
White with #3BE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE6DC; }
p { color: rgb(59,230,220); }
H1.HeaderClassName
{
color: #3BE6DC;
}
.AnyTagClassName
{
color: #3BE6DC;
}
</style>
background-color css
<style>
a { background-color: #3BE6DC; }
a { background-color: rgb(59,230,220); }
div.DivClassName
{
background-color: #3BE6DC;
}
.BgClassName
{
background-color: #3BE6DC;
}
</style>
border-color css
<style>
span { border-color: #3BE6DC; }
span { border-color: rgb(59,230,220); }
td.TdClassName
{
border-color: #3BE6DC;
}
.TagClassName
{
border-color: #3BE6DC;
}
</style>