Shades of Turquoise #3BEFC2
Tints of Turquoise #3BEFC2
RGB
CMYK
RGB Variations
Color information
#3BEFC2 (or 0x3BEFC2) is known color: Turquoise. HEX triplet: 3B, EF and C2. RGB value is (59,239,194). Sum of RGB (Red+Green+Blue) = 59+239+194=492 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.99% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFC2 is #C4103D. Grayscale: #B4B4B4. Windows color (decimal): -12849214 or 12775227. OLE color: 12775227.
HSL color Cylindrical-coordinate representation of color #3BEFC2: hue angle of 165º 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 #3BEFC2 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 194 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.06 |
| HSL | 165º | 0.85% | 0.58% | - |
| HSV(B) | 165º | 0.75% | 0.94% | - |
| XYZ | 42.41 | 66.56 | 61.65 | - |
| YUV | 180.05 | 135.87 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 194 | 0.75 | 0 | 0.19 | 0.06 | 165 | 0.85 | 0.58 |
| Hex | 3B | EF | C2 | 4B | 0 | 13 | 6 | A5 | 55 | 3A |
| Octal | 73 | 357 | 302 | 113 | 0 | 23 | 6 | 245 | 125 | 72 |
| Binary | 111011 | 11101111 | 11000010 | 1001011 | 0 | 10011 | 110 | 10100101 | 1010101 | 111010 |
Color Harmonies of #3BEFC2
Complementary color
Monochromatic Colors of #3BEFC2
Black with #3BEFC2
Text Example
Text Example
White with #3BEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFC2; }
p { color: rgb(59,239,194); }
H1.HeaderClassName
{
color: #3BEFC2;
}
.AnyTagClassName
{
color: #3BEFC2;
}
</style>
background-color css
<style>
a { background-color: #3BEFC2; }
a { background-color: rgb(59,239,194); }
div.DivClassName
{
background-color: #3BEFC2;
}
.BgClassName
{
background-color: #3BEFC2;
}
</style>
border-color css
<style>
span { border-color: #3BEFC2; }
span { border-color: rgb(59,239,194); }
td.TdClassName
{
border-color: #3BEFC2;
}
.TagClassName
{
border-color: #3BEFC2;
}
</style>