Shades of Turquoise #3BDBED
Tints of Turquoise #3BDBED
RGB
CMYK
RGB Variations
Color information
#3BDBED (or 0x3BDBED) is known color: Turquoise. HEX triplet: 3B, DB and ED. RGB value is (59,219,237). Sum of RGB (Red+Green+Blue) = 59+219+237=515 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.46% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #3BDBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDBED is #C42412. Grayscale: #ACACAC. Windows color (decimal): -12854291 or 15588155. OLE color: 15588155.
HSL color Cylindrical-coordinate representation of color #3BDBED: hue angle of 186.07º degrees, saturation: 0.83, 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 #3BDBED is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 219 | 237 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.07 |
| HSL | 186.07º | 0.83% | 0.58% | - |
| HSV(B) | 186.07º | 0.75% | 0.93% | - |
| XYZ | 42.42 | 57.71 | 89.02 | - |
| YUV | 173.21 | 163.99 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 237 | 0.75 | 0.08 | 0 | 0.07 | 186.07 | 0.83 | 0.58 |
| Hex | 3B | DB | ED | 4B | 8 | 0 | 7 | BA | 53 | 3A |
| Octal | 73 | 333 | 355 | 113 | 10 | 0 | 7 | 272 | 123 | 72 |
| Binary | 111011 | 11011011 | 11101101 | 1001011 | 1000 | 0 | 111 | 10111010 | 1010011 | 111010 |
Color Harmonies of #3BDBED
Complementary color
Monochromatic Colors of #3BDBED
Black with #3BDBED
Text Example
Text Example
White with #3BDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDBED; }
p { color: rgb(59,219,237); }
H1.HeaderClassName
{
color: #3BDBED;
}
.AnyTagClassName
{
color: #3BDBED;
}
</style>
background-color css
<style>
a { background-color: #3BDBED; }
a { background-color: rgb(59,219,237); }
div.DivClassName
{
background-color: #3BDBED;
}
.BgClassName
{
background-color: #3BDBED;
}
</style>
border-color css
<style>
span { border-color: #3BDBED; }
span { border-color: rgb(59,219,237); }
td.TdClassName
{
border-color: #3BDBED;
}
.TagClassName
{
border-color: #3BDBED;
}
</style>