Shades of Turquoise #3BE1E6
Tints of Turquoise #3BE1E6
RGB
CMYK
RGB Variations
Color information
#3BE1E6 (or 0x3BE1E6) is known color: Turquoise. HEX triplet: 3B, E1 and E6. RGB value is (59,225,230). Sum of RGB (Red+Green+Blue) = 59+225+230=514 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.48% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #3BE1E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BE1E6 is #C41E19. Grayscale: #AFAFAF. Windows color (decimal): -12852762 or 15130939. OLE color: 15130939.
HSL color Cylindrical-coordinate representation of color #3BE1E6: hue angle of 181.75º 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 #3BE1E6 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 225 | 230 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.10 |
| HSL | 181.75º | 0.77% | 0.57% | - |
| HSV(B) | 181.75º | 0.74% | 0.9% | - |
| XYZ | 43.01 | 60.49 | 84.27 | - |
| YUV | 175.94 | 158.5 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 225 | 230 | 0.74 | 0.02 | 0 | 0.10 | 181.75 | 0.77 | 0.57 |
| Hex | 3B | E1 | E6 | 4A | 2 | 0 | A | B6 | 4D | 39 |
| Octal | 73 | 341 | 346 | 112 | 2 | 0 | 12 | 266 | 115 | 71 |
| Binary | 111011 | 11100001 | 11100110 | 1001010 | 10 | 0 | 1010 | 10110110 | 1001101 | 111001 |
Color Harmonies of #3BE1E6
Complementary color
Monochromatic Colors of #3BE1E6
Black with #3BE1E6
Text Example
Text Example
White with #3BE1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE1E6; }
p { color: rgb(59,225,230); }
H1.HeaderClassName
{
color: #3BE1E6;
}
.AnyTagClassName
{
color: #3BE1E6;
}
</style>
background-color css
<style>
a { background-color: #3BE1E6; }
a { background-color: rgb(59,225,230); }
div.DivClassName
{
background-color: #3BE1E6;
}
.BgClassName
{
background-color: #3BE1E6;
}
</style>
border-color css
<style>
span { border-color: #3BE1E6; }
span { border-color: rgb(59,225,230); }
td.TdClassName
{
border-color: #3BE1E6;
}
.TagClassName
{
border-color: #3BE1E6;
}
</style>