Shades of Turquoise #3BE5DA
Tints of Turquoise #3BE5DA
RGB
CMYK
RGB Variations
Color information
#3BE5DA (or 0x3BE5DA) is known color: Turquoise. HEX triplet: 3B, E5 and DA. RGB value is (59,229,218). Sum of RGB (Red+Green+Blue) = 59+229+218=506 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.66% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE5DA is #C41A25. Grayscale: #B0B0B0. Windows color (decimal): -12851750 or 14345531. OLE color: 14345531.
HSL color Cylindrical-coordinate representation of color #3BE5DA: hue angle of 176.12º 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 #3BE5DA is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 218 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.10 |
| HSL | 176.12º | 0.77% | 0.56% | - |
| HSV(B) | 176.12º | 0.74% | 0.9% | - |
| XYZ | 42.48 | 62.03 | 76.06 | - |
| YUV | 176.92 | 151.18 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 218 | 0.74 | 0 | 0.05 | 0.10 | 176.12 | 0.77 | 0.56 |
| Hex | 3B | E5 | DA | 4A | 0 | 5 | A | B0 | 4D | 38 |
| Octal | 73 | 345 | 332 | 112 | 0 | 5 | 12 | 260 | 115 | 70 |
| Binary | 111011 | 11100101 | 11011010 | 1001010 | 0 | 101 | 1010 | 10110000 | 1001101 | 111000 |
Color Harmonies of #3BE5DA
Complementary color
Monochromatic Colors of #3BE5DA
Black with #3BE5DA
Text Example
Text Example
White with #3BE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE5DA; }
p { color: rgb(59,229,218); }
H1.HeaderClassName
{
color: #3BE5DA;
}
.AnyTagClassName
{
color: #3BE5DA;
}
</style>
background-color css
<style>
a { background-color: #3BE5DA; }
a { background-color: rgb(59,229,218); }
div.DivClassName
{
background-color: #3BE5DA;
}
.BgClassName
{
background-color: #3BE5DA;
}
</style>
border-color css
<style>
span { border-color: #3BE5DA; }
span { border-color: rgb(59,229,218); }
td.TdClassName
{
border-color: #3BE5DA;
}
.TagClassName
{
border-color: #3BE5DA;
}
</style>