Shades of Turquoise #3BECED
Tints of Turquoise #3BECED
RGB
CMYK
RGB Variations
Color information
#3BECED (or 0x3BECED) is known color: Turquoise. HEX triplet: 3B, EC and ED. RGB value is (59,236,237). Sum of RGB (Red+Green+Blue) = 59+236+237=532 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.09% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #3BECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BECED is #C41312. Grayscale: #B7B7B7. Windows color (decimal): -12849939 or 15592507. OLE color: 15592507.
HSL color Cylindrical-coordinate representation of color #3BECED: hue angle of 180.34º degrees, saturation: 0.83, 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 #3BECED is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 237 | - |
| CMYK | 0.75 | 0.00 | 0 | 0.07 |
| HSL | 180.34º | 0.83% | 0.58% | - |
| HSV(B) | 180.34º | 0.75% | 0.93% | - |
| XYZ | 47.09 | 67.04 | 90.58 | - |
| YUV | 183.19 | 158.36 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 237 | 0.75 | 0.00 | 0 | 0.07 | 180.34 | 0.83 | 0.58 |
| Hex | 3B | EC | ED | 4B | 0 | 0 | 7 | B4 | 53 | 3A |
| Octal | 73 | 354 | 355 | 113 | 0 | 0 | 7 | 264 | 123 | 72 |
| Binary | 111011 | 11101100 | 11101101 | 1001011 | 0 | 0 | 111 | 10110100 | 1010011 | 111010 |
Color Harmonies of #3BECED
Complementary color
Monochromatic Colors of #3BECED
Black with #3BECED
Text Example
Text Example
White with #3BECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BECED; }
p { color: rgb(59,236,237); }
H1.HeaderClassName
{
color: #3BECED;
}
.AnyTagClassName
{
color: #3BECED;
}
</style>
background-color css
<style>
a { background-color: #3BECED; }
a { background-color: rgb(59,236,237); }
div.DivClassName
{
background-color: #3BECED;
}
.BgClassName
{
background-color: #3BECED;
}
</style>
border-color css
<style>
span { border-color: #3BECED; }
span { border-color: rgb(59,236,237); }
td.TdClassName
{
border-color: #3BECED;
}
.TagClassName
{
border-color: #3BECED;
}
</style>