Shades of Turquoise #3BDBEC
Tints of Turquoise #3BDBEC
RGB
CMYK
RGB Variations
Color information
#3BDBEC (or 0x3BDBEC) is known color: Turquoise. HEX triplet: 3B, DB and EC. RGB value is (59,219,236). Sum of RGB (Red+Green+Blue) = 59+219+236=514 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.48% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #3BDBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDBEC is #C42413. Grayscale: #ACACAC. Windows color (decimal): -12854292 or 15522619. OLE color: 15522619.
HSL color Cylindrical-coordinate representation of color #3BDBEC: hue angle of 185.76º 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 #3BDBEC is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 219 | 236 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.07 |
| HSL | 185.76º | 0.82% | 0.58% | - |
| HSV(B) | 185.76º | 0.75% | 0.93% | - |
| XYZ | 42.28 | 57.65 | 88.26 | - |
| YUV | 173.1 | 163.49 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 236 | 0.75 | 0.07 | 0 | 0.07 | 185.76 | 0.82 | 0.58 |
| Hex | 3B | DB | EC | 4B | 7 | 0 | 7 | BA | 52 | 3A |
| Octal | 73 | 333 | 354 | 113 | 7 | 0 | 7 | 272 | 122 | 72 |
| Binary | 111011 | 11011011 | 11101100 | 1001011 | 111 | 0 | 111 | 10111010 | 1010010 | 111010 |
Color Harmonies of #3BDBEC
Complementary color
Monochromatic Colors of #3BDBEC
Black with #3BDBEC
Text Example
Text Example
White with #3BDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDBEC; }
p { color: rgb(59,219,236); }
H1.HeaderClassName
{
color: #3BDBEC;
}
.AnyTagClassName
{
color: #3BDBEC;
}
</style>
background-color css
<style>
a { background-color: #3BDBEC; }
a { background-color: rgb(59,219,236); }
div.DivClassName
{
background-color: #3BDBEC;
}
.BgClassName
{
background-color: #3BDBEC;
}
</style>
border-color css
<style>
span { border-color: #3BDBEC; }
span { border-color: rgb(59,219,236); }
td.TdClassName
{
border-color: #3BDBEC;
}
.TagClassName
{
border-color: #3BDBEC;
}
</style>