Shades of Turquoise #3BEBEA
Tints of Turquoise #3BEBEA
RGB
CMYK
RGB Variations
Color information
#3BEBEA (or 0x3BEBEA) is known color: Turquoise. HEX triplet: 3B, EB and EA. RGB value is (59,235,234). Sum of RGB (Red+Green+Blue) = 59+235+234=528 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.17% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEBEA is #C41415. Grayscale: #B6B6B6. Windows color (decimal): -12850198 or 15395643. OLE color: 15395643.
HSL color Cylindrical-coordinate representation of color #3BEBEA: hue angle of 179.66º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEBEA is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 235 | 234 | - |
| CMYK | 0.75 | 0 | 0.00 | 0.08 |
| HSL | 179.66º | 0.81% | 0.58% | - |
| HSV(B) | 179.66º | 0.75% | 0.92% | - |
| XYZ | 46.36 | 66.29 | 88.19 | - |
| YUV | 182.26 | 157.19 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 235 | 234 | 0.75 | 0 | 0.00 | 0.08 | 179.66 | 0.81 | 0.58 |
| Hex | 3B | EB | EA | 4B | 0 | 0 | 8 | B4 | 51 | 3A |
| Octal | 73 | 353 | 352 | 113 | 0 | 0 | 10 | 264 | 121 | 72 |
| Binary | 111011 | 11101011 | 11101010 | 1001011 | 0 | 0 | 1000 | 10110100 | 1010001 | 111010 |
Color Harmonies of #3BEBEA
Complementary color
Monochromatic Colors of #3BEBEA
Black with #3BEBEA
Text Example
Text Example
White with #3BEBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEBEA; }
p { color: rgb(59,235,234); }
H1.HeaderClassName
{
color: #3BEBEA;
}
.AnyTagClassName
{
color: #3BEBEA;
}
</style>
background-color css
<style>
a { background-color: #3BEBEA; }
a { background-color: rgb(59,235,234); }
div.DivClassName
{
background-color: #3BEBEA;
}
.BgClassName
{
background-color: #3BEBEA;
}
</style>
border-color css
<style>
span { border-color: #3BEBEA; }
span { border-color: rgb(59,235,234); }
td.TdClassName
{
border-color: #3BEBEA;
}
.TagClassName
{
border-color: #3BEBEA;
}
</style>