Shades of Turquoise #3BE6D5
Tints of Turquoise #3BE6D5
RGB
CMYK
RGB Variations
Color information
#3BE6D5 (or 0x3BE6D5) is known color: Turquoise. HEX triplet: 3B, E6 and D5. RGB value is (59,230,213). Sum of RGB (Red+Green+Blue) = 59+230+213=502 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.75% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #3BE6D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE6D5 is #C4192A. Grayscale: #B0B0B0. Windows color (decimal): -12851499 or 14018107. OLE color: 14018107.
HSL color Cylindrical-coordinate representation of color #3BE6D5: hue angle of 174.04º 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 #3BE6D5 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 230 | 213 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.10 |
| HSL | 174.04º | 0.77% | 0.57% | - |
| HSV(B) | 174.04º | 0.74% | 0.9% | - |
| XYZ | 42.11 | 62.33 | 72.76 | - |
| YUV | 176.93 | 148.35 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 230 | 213 | 0.74 | 0 | 0.07 | 0.10 | 174.04 | 0.77 | 0.57 |
| Hex | 3B | E6 | D5 | 4A | 0 | 7 | A | AE | 4D | 39 |
| Octal | 73 | 346 | 325 | 112 | 0 | 7 | 12 | 256 | 115 | 71 |
| Binary | 111011 | 11100110 | 11010101 | 1001010 | 0 | 111 | 1010 | 10101110 | 1001101 | 111001 |
Color Harmonies of #3BE6D5
Complementary color
Monochromatic Colors of #3BE6D5
Black with #3BE6D5
Text Example
Text Example
White with #3BE6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE6D5; }
p { color: rgb(59,230,213); }
H1.HeaderClassName
{
color: #3BE6D5;
}
.AnyTagClassName
{
color: #3BE6D5;
}
</style>
background-color css
<style>
a { background-color: #3BE6D5; }
a { background-color: rgb(59,230,213); }
div.DivClassName
{
background-color: #3BE6D5;
}
.BgClassName
{
background-color: #3BE6D5;
}
</style>
border-color css
<style>
span { border-color: #3BE6D5; }
span { border-color: rgb(59,230,213); }
td.TdClassName
{
border-color: #3BE6D5;
}
.TagClassName
{
border-color: #3BE6D5;
}
</style>