Shades of Turquoise #3BD5CE
Tints of Turquoise #3BD5CE
RGB
CMYK
RGB Variations
Color information
#3BD5CE (or 0x3BD5CE) is known color: Turquoise. HEX triplet: 3B, D5 and CE. RGB value is (59,213,206). Sum of RGB (Red+Green+Blue) = 59+213+206=478 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.34% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD5CE is #C42A31. Grayscale: #A6A6A6. Windows color (decimal): -12855858 or 13555003. OLE color: 13555003.
HSL color Cylindrical-coordinate representation of color #3BD5CE: hue angle of 177.27º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD5CE is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 213 | 206 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.16 |
| HSL | 177.27º | 0.65% | 0.53% | - |
| HSV(B) | 177.27º | 0.72% | 0.84% | - |
| XYZ | 36.74 | 52.97 | 66.68 | - |
| YUV | 166.16 | 150.48 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 206 | 0.72 | 0 | 0.03 | 0.16 | 177.27 | 0.65 | 0.53 |
| Hex | 3B | D5 | CE | 48 | 0 | 3 | 10 | B1 | 41 | 35 |
| Octal | 73 | 325 | 316 | 110 | 0 | 3 | 20 | 261 | 101 | 65 |
| Binary | 111011 | 11010101 | 11001110 | 1001000 | 0 | 11 | 10000 | 10110001 | 1000001 | 110101 |
Color Harmonies of #3BD5CE
Complementary color
Monochromatic Colors of #3BD5CE
Black with #3BD5CE
Text Example
Text Example
White with #3BD5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD5CE; }
p { color: rgb(59,213,206); }
H1.HeaderClassName
{
color: #3BD5CE;
}
.AnyTagClassName
{
color: #3BD5CE;
}
</style>
background-color css
<style>
a { background-color: #3BD5CE; }
a { background-color: rgb(59,213,206); }
div.DivClassName
{
background-color: #3BD5CE;
}
.BgClassName
{
background-color: #3BD5CE;
}
</style>
border-color css
<style>
span { border-color: #3BD5CE; }
span { border-color: rgb(59,213,206); }
td.TdClassName
{
border-color: #3BD5CE;
}
.TagClassName
{
border-color: #3BD5CE;
}
</style>