Shades of Turquoise #3BECDD
Tints of Turquoise #3BECDD
RGB
CMYK
RGB Variations
Color information
#3BECDD (or 0x3BECDD) is known color: Turquoise. HEX triplet: 3B, EC and DD. RGB value is (59,236,221). Sum of RGB (Red+Green+Blue) = 59+236+221=516 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.43% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BECDD is #C41322. Grayscale: #B5B5B5. Windows color (decimal): -12849955 or 14543931. OLE color: 14543931.
HSL color Cylindrical-coordinate representation of color #3BECDD: hue angle of 174.92º 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 #3BECDD is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 221 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.07 |
| HSL | 174.92º | 0.82% | 0.58% | - |
| HSV(B) | 174.92º | 0.75% | 0.93% | - |
| XYZ | 44.85 | 66.14 | 78.81 | - |
| YUV | 181.37 | 150.36 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 221 | 0.75 | 0 | 0.06 | 0.07 | 174.92 | 0.82 | 0.58 |
| Hex | 3B | EC | DD | 4B | 0 | 6 | 7 | AF | 52 | 3A |
| Octal | 73 | 354 | 335 | 113 | 0 | 6 | 7 | 257 | 122 | 72 |
| Binary | 111011 | 11101100 | 11011101 | 1001011 | 0 | 110 | 111 | 10101111 | 1010010 | 111010 |
Color Harmonies of #3BECDD
Complementary color
Monochromatic Colors of #3BECDD
Black with #3BECDD
Text Example
Text Example
White with #3BECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BECDD; }
p { color: rgb(59,236,221); }
H1.HeaderClassName
{
color: #3BECDD;
}
.AnyTagClassName
{
color: #3BECDD;
}
</style>
background-color css
<style>
a { background-color: #3BECDD; }
a { background-color: rgb(59,236,221); }
div.DivClassName
{
background-color: #3BECDD;
}
.BgClassName
{
background-color: #3BECDD;
}
</style>
border-color css
<style>
span { border-color: #3BECDD; }
span { border-color: rgb(59,236,221); }
td.TdClassName
{
border-color: #3BECDD;
}
.TagClassName
{
border-color: #3BECDD;
}
</style>