Shades of Turquoise #3BEBDF
Tints of Turquoise #3BEBDF
RGB
CMYK
RGB Variations
Color information
#3BEBDF (or 0x3BEBDF) is known color: Turquoise. HEX triplet: 3B, EB and DF. RGB value is (59,235,223). Sum of RGB (Red+Green+Blue) = 59+235+223=517 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.41% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEBDF is #C41420. Grayscale: #B4B4B4. Windows color (decimal): -12850209 or 14674747. OLE color: 14674747.
HSL color Cylindrical-coordinate representation of color #3BEBDF: hue angle of 175.91º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEBDF is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 235 | 223 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.08 |
| HSL | 175.91º | 0.81% | 0.58% | - |
| HSV(B) | 175.91º | 0.75% | 0.92% | - |
| XYZ | 44.83 | 65.67 | 80.13 | - |
| YUV | 181.01 | 151.69 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 235 | 223 | 0.75 | 0 | 0.05 | 0.08 | 175.91 | 0.81 | 0.58 |
| Hex | 3B | EB | DF | 4B | 0 | 5 | 8 | B0 | 51 | 3A |
| Octal | 73 | 353 | 337 | 113 | 0 | 5 | 10 | 260 | 121 | 72 |
| Binary | 111011 | 11101011 | 11011111 | 1001011 | 0 | 101 | 1000 | 10110000 | 1010001 | 111010 |
Color Harmonies of #3BEBDF
Complementary color
Monochromatic Colors of #3BEBDF
Black with #3BEBDF
Text Example
Text Example
White with #3BEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEBDF; }
p { color: rgb(59,235,223); }
H1.HeaderClassName
{
color: #3BEBDF;
}
.AnyTagClassName
{
color: #3BEBDF;
}
</style>
background-color css
<style>
a { background-color: #3BEBDF; }
a { background-color: rgb(59,235,223); }
div.DivClassName
{
background-color: #3BEBDF;
}
.BgClassName
{
background-color: #3BEBDF;
}
</style>
border-color css
<style>
span { border-color: #3BEBDF; }
span { border-color: rgb(59,235,223); }
td.TdClassName
{
border-color: #3BEBDF;
}
.TagClassName
{
border-color: #3BEBDF;
}
</style>