Shades of Turquoise #3BEAEC
Tints of Turquoise #3BEAEC
RGB
CMYK
RGB Variations
Color information
#3BEAEC (or 0x3BEAEC) is known color: Turquoise. HEX triplet: 3B, EA and EC. RGB value is (59,234,236). Sum of RGB (Red+Green+Blue) = 59+234+236=529 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.15% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #3BEAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEAEC is #C41513. Grayscale: #B5B5B5. Windows color (decimal): -12850452 or 15526459. OLE color: 15526459.
HSL color Cylindrical-coordinate representation of color #3BEAEC: hue angle of 180.68º 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 #3BEAEC is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 234 | 236 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.07 |
| HSL | 180.68º | 0.82% | 0.58% | - |
| HSV(B) | 180.68º | 0.75% | 0.93% | - |
| XYZ | 46.37 | 65.83 | 89.62 | - |
| YUV | 181.9 | 158.52 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 236 | 0.75 | 0.01 | 0 | 0.07 | 180.68 | 0.82 | 0.58 |
| Hex | 3B | EA | EC | 4B | 1 | 0 | 7 | B5 | 52 | 3A |
| Octal | 73 | 352 | 354 | 113 | 1 | 0 | 7 | 265 | 122 | 72 |
| Binary | 111011 | 11101010 | 11101100 | 1001011 | 1 | 0 | 111 | 10110101 | 1010010 | 111010 |
Color Harmonies of #3BEAEC
Complementary color
Monochromatic Colors of #3BEAEC
Black with #3BEAEC
Text Example
Text Example
White with #3BEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEAEC; }
p { color: rgb(59,234,236); }
H1.HeaderClassName
{
color: #3BEAEC;
}
.AnyTagClassName
{
color: #3BEAEC;
}
</style>
background-color css
<style>
a { background-color: #3BEAEC; }
a { background-color: rgb(59,234,236); }
div.DivClassName
{
background-color: #3BEAEC;
}
.BgClassName
{
background-color: #3BEAEC;
}
</style>
border-color css
<style>
span { border-color: #3BEAEC; }
span { border-color: rgb(59,234,236); }
td.TdClassName
{
border-color: #3BEAEC;
}
.TagClassName
{
border-color: #3BEAEC;
}
</style>