Shades of Turquoise #3BEFCE
Tints of Turquoise #3BEFCE
RGB
CMYK
RGB Variations
Color information
#3BEFCE (or 0x3BEFCE) is known color: Turquoise. HEX triplet: 3B, EF and CE. RGB value is (59,239,206). Sum of RGB (Red+Green+Blue) = 59+239+206=504 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.71% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFCE is #C41031. Grayscale: #B5B5B5. Windows color (decimal): -12849202 or 13561659. OLE color: 13561659.
HSL color Cylindrical-coordinate representation of color #3BEFCE: hue angle of 169º 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 #3BEFCE is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 206 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.06 |
| HSL | 169º | 0.85% | 0.58% | - |
| HSV(B) | 169º | 0.75% | 0.94% | - |
| XYZ | 43.81 | 67.12 | 69.04 | - |
| YUV | 181.42 | 141.87 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 206 | 0.75 | 0 | 0.14 | 0.06 | 169 | 0.85 | 0.58 |
| Hex | 3B | EF | CE | 4B | 0 | E | 6 | A9 | 55 | 3A |
| Octal | 73 | 357 | 316 | 113 | 0 | 16 | 6 | 251 | 125 | 72 |
| Binary | 111011 | 11101111 | 11001110 | 1001011 | 0 | 1110 | 110 | 10101001 | 1010101 | 111010 |
Color Harmonies of #3BEFCE
Complementary color
Monochromatic Colors of #3BEFCE
Black with #3BEFCE
Text Example
Text Example
White with #3BEFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFCE; }
p { color: rgb(59,239,206); }
H1.HeaderClassName
{
color: #3BEFCE;
}
.AnyTagClassName
{
color: #3BEFCE;
}
</style>
background-color css
<style>
a { background-color: #3BEFCE; }
a { background-color: rgb(59,239,206); }
div.DivClassName
{
background-color: #3BEFCE;
}
.BgClassName
{
background-color: #3BEFCE;
}
</style>
border-color css
<style>
span { border-color: #3BEFCE; }
span { border-color: rgb(59,239,206); }
td.TdClassName
{
border-color: #3BEFCE;
}
.TagClassName
{
border-color: #3BEFCE;
}
</style>