Shades of Turquoise #3BEBEC
Tints of Turquoise #3BEBEC
RGB
CMYK
RGB Variations
Color information
#3BEBEC (or 0x3BEBEC) is known color: Turquoise. HEX triplet: 3B, EB and EC. RGB value is (59,235,236). Sum of RGB (Red+Green+Blue) = 59+235+236=530 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.13% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #3BEBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEBEC is #C41413. Grayscale: #B6B6B6. Windows color (decimal): -12850196 or 15526715. OLE color: 15526715.
HSL color Cylindrical-coordinate representation of color #3BEBEC: hue angle of 180.34º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEBEC is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 235 | 236 | - |
| CMYK | 0.75 | 0.00 | 0 | 0.07 |
| HSL | 180.34º | 0.82% | 0.58% | - |
| HSV(B) | 180.34º | 0.75% | 0.93% | - |
| XYZ | 46.65 | 66.4 | 89.72 | - |
| YUV | 182.49 | 158.19 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 235 | 236 | 0.75 | 0.00 | 0 | 0.07 | 180.34 | 0.82 | 0.58 |
| Hex | 3B | EB | EC | 4B | 0 | 0 | 7 | B4 | 52 | 3A |
| Octal | 73 | 353 | 354 | 113 | 0 | 0 | 7 | 264 | 122 | 72 |
| Binary | 111011 | 11101011 | 11101100 | 1001011 | 0 | 0 | 111 | 10110100 | 1010010 | 111010 |
Color Harmonies of #3BEBEC
Complementary color
Monochromatic Colors of #3BEBEC
Black with #3BEBEC
Text Example
Text Example
White with #3BEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEBEC; }
p { color: rgb(59,235,236); }
H1.HeaderClassName
{
color: #3BEBEC;
}
.AnyTagClassName
{
color: #3BEBEC;
}
</style>
background-color css
<style>
a { background-color: #3BEBEC; }
a { background-color: rgb(59,235,236); }
div.DivClassName
{
background-color: #3BEBEC;
}
.BgClassName
{
background-color: #3BEBEC;
}
</style>
border-color css
<style>
span { border-color: #3BEBEC; }
span { border-color: rgb(59,235,236); }
td.TdClassName
{
border-color: #3BEBEC;
}
.TagClassName
{
border-color: #3BEBEC;
}
</style>