Shades of Turquoise #3BDAEC
Tints of Turquoise #3BDAEC
RGB
CMYK
RGB Variations
Color information
#3BDAEC (or 0x3BDAEC) is known color: Turquoise. HEX triplet: 3B, DA and EC. RGB value is (59,218,236). Sum of RGB (Red+Green+Blue) = 59+218+236=513 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.50% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #3BDAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDAEC is #C42513. Grayscale: #ACACAC. Windows color (decimal): -12854548 or 15522363. OLE color: 15522363.
HSL color Cylindrical-coordinate representation of color #3BDAEC: hue angle of 186.1º 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 #3BDAEC is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 218 | 236 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.07 |
| HSL | 186.1º | 0.82% | 0.58% | - |
| HSV(B) | 186.1º | 0.75% | 0.93% | - |
| XYZ | 42.02 | 57.13 | 88.17 | - |
| YUV | 172.51 | 163.82 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 236 | 0.75 | 0.08 | 0 | 0.07 | 186.1 | 0.82 | 0.58 |
| Hex | 3B | DA | EC | 4B | 8 | 0 | 7 | BA | 52 | 3A |
| Octal | 73 | 332 | 354 | 113 | 10 | 0 | 7 | 272 | 122 | 72 |
| Binary | 111011 | 11011010 | 11101100 | 1001011 | 1000 | 0 | 111 | 10111010 | 1010010 | 111010 |
Color Harmonies of #3BDAEC
Complementary color
Monochromatic Colors of #3BDAEC
Black with #3BDAEC
Text Example
Text Example
White with #3BDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDAEC; }
p { color: rgb(59,218,236); }
H1.HeaderClassName
{
color: #3BDAEC;
}
.AnyTagClassName
{
color: #3BDAEC;
}
</style>
background-color css
<style>
a { background-color: #3BDAEC; }
a { background-color: rgb(59,218,236); }
div.DivClassName
{
background-color: #3BDAEC;
}
.BgClassName
{
background-color: #3BDAEC;
}
</style>
border-color css
<style>
span { border-color: #3BDAEC; }
span { border-color: rgb(59,218,236); }
td.TdClassName
{
border-color: #3BDAEC;
}
.TagClassName
{
border-color: #3BDAEC;
}
</style>