Shades of Turquoise #3BEFC1
Tints of Turquoise #3BEFC1
RGB
CMYK
RGB Variations
Color information
#3BEFC1 (or 0x3BEFC1) is known color: Turquoise. HEX triplet: 3B, EF and C1. RGB value is (59,239,193). Sum of RGB (Red+Green+Blue) = 59+239+193=491 (65% of max value = 765). Red value is 59 (23.44% from 255 or 12.02% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFC1 is #C4103E. Grayscale: #B3B3B3. Windows color (decimal): -12849215 or 12709691. OLE color: 12709691.
HSL color Cylindrical-coordinate representation of color #3BEFC1: hue angle of 164.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEFC1 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 193 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.06 |
| HSL | 164.67º | 0.85% | 0.58% | - |
| HSV(B) | 164.67º | 0.75% | 0.94% | - |
| XYZ | 42.3 | 66.51 | 61.06 | - |
| YUV | 179.94 | 135.37 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 193 | 0.75 | 0 | 0.19 | 0.06 | 164.67 | 0.85 | 0.58 |
| Hex | 3B | EF | C1 | 4B | 0 | 13 | 6 | A5 | 55 | 3A |
| Octal | 73 | 357 | 301 | 113 | 0 | 23 | 6 | 245 | 125 | 72 |
| Binary | 111011 | 11101111 | 11000001 | 1001011 | 0 | 10011 | 110 | 10100101 | 1010101 | 111010 |
Color Harmonies of #3BEFC1
Complementary color
Monochromatic Colors of #3BEFC1
Black with #3BEFC1
Text Example
Text Example
White with #3BEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFC1; }
p { color: rgb(59,239,193); }
H1.HeaderClassName
{
color: #3BEFC1;
}
.AnyTagClassName
{
color: #3BEFC1;
}
</style>
background-color css
<style>
a { background-color: #3BEFC1; }
a { background-color: rgb(59,239,193); }
div.DivClassName
{
background-color: #3BEFC1;
}
.BgClassName
{
background-color: #3BEFC1;
}
</style>
border-color css
<style>
span { border-color: #3BEFC1; }
span { border-color: rgb(59,239,193); }
td.TdClassName
{
border-color: #3BEFC1;
}
.TagClassName
{
border-color: #3BEFC1;
}
</style>