Shades of Turquoise #3BE5D3
Tints of Turquoise #3BE5D3
RGB
CMYK
RGB Variations
Color information
#3BE5D3 (or 0x3BE5D3) is known color: Turquoise. HEX triplet: 3B, E5 and D3. RGB value is (59,229,211). Sum of RGB (Red+Green+Blue) = 59+229+211=499 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.82% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE5D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE5D3 is #C41A2C. Grayscale: #B0B0B0. Windows color (decimal): -12851757 or 13886779. OLE color: 13886779.
HSL color Cylindrical-coordinate representation of color #3BE5D3: hue angle of 173.65º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE5D3 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 211 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.10 |
| HSL | 173.65º | 0.77% | 0.56% | - |
| HSV(B) | 173.65º | 0.74% | 0.9% | - |
| XYZ | 41.58 | 61.67 | 71.34 | - |
| YUV | 176.12 | 147.68 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 211 | 0.74 | 0 | 0.08 | 0.10 | 173.65 | 0.77 | 0.56 |
| Hex | 3B | E5 | D3 | 4A | 0 | 8 | A | AE | 4D | 38 |
| Octal | 73 | 345 | 323 | 112 | 0 | 10 | 12 | 256 | 115 | 70 |
| Binary | 111011 | 11100101 | 11010011 | 1001010 | 0 | 1000 | 1010 | 10101110 | 1001101 | 111000 |
Color Harmonies of #3BE5D3
Complementary color
Monochromatic Colors of #3BE5D3
Black with #3BE5D3
Text Example
Text Example
White with #3BE5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE5D3; }
p { color: rgb(59,229,211); }
H1.HeaderClassName
{
color: #3BE5D3;
}
.AnyTagClassName
{
color: #3BE5D3;
}
</style>
background-color css
<style>
a { background-color: #3BE5D3; }
a { background-color: rgb(59,229,211); }
div.DivClassName
{
background-color: #3BE5D3;
}
.BgClassName
{
background-color: #3BE5D3;
}
</style>
border-color css
<style>
span { border-color: #3BE5D3; }
span { border-color: rgb(59,229,211); }
td.TdClassName
{
border-color: #3BE5D3;
}
.TagClassName
{
border-color: #3BE5D3;
}
</style>