Shades of Turquoise #3BE1DA
Tints of Turquoise #3BE1DA
RGB
CMYK
RGB Variations
Color information
#3BE1DA (or 0x3BE1DA) is known color: Turquoise. HEX triplet: 3B, E1 and DA. RGB value is (59,225,218). Sum of RGB (Red+Green+Blue) = 59+225+218=502 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.75% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE1DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE1DA is #C41E25. Grayscale: #AEAEAE. Windows color (decimal): -12852774 or 14344507. OLE color: 14344507.
HSL color Cylindrical-coordinate representation of color #3BE1DA: hue angle of 177.47º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE1DA is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 225 | 218 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.12 |
| HSL | 177.47º | 0.73% | 0.56% | - |
| HSV(B) | 177.47º | 0.74% | 0.88% | - |
| XYZ | 41.38 | 59.84 | 75.7 | - |
| YUV | 174.57 | 152.5 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 225 | 218 | 0.74 | 0 | 0.03 | 0.12 | 177.47 | 0.73 | 0.56 |
| Hex | 3B | E1 | DA | 4A | 0 | 3 | C | B1 | 49 | 38 |
| Octal | 73 | 341 | 332 | 112 | 0 | 3 | 14 | 261 | 111 | 70 |
| Binary | 111011 | 11100001 | 11011010 | 1001010 | 0 | 11 | 1100 | 10110001 | 1001001 | 111000 |
Color Harmonies of #3BE1DA
Complementary color
Monochromatic Colors of #3BE1DA
Black with #3BE1DA
Text Example
Text Example
White with #3BE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE1DA; }
p { color: rgb(59,225,218); }
H1.HeaderClassName
{
color: #3BE1DA;
}
.AnyTagClassName
{
color: #3BE1DA;
}
</style>
background-color css
<style>
a { background-color: #3BE1DA; }
a { background-color: rgb(59,225,218); }
div.DivClassName
{
background-color: #3BE1DA;
}
.BgClassName
{
background-color: #3BE1DA;
}
</style>
border-color css
<style>
span { border-color: #3BE1DA; }
span { border-color: rgb(59,225,218); }
td.TdClassName
{
border-color: #3BE1DA;
}
.TagClassName
{
border-color: #3BE1DA;
}
</style>