Shades of Turquoise #3BDBBE
Tints of Turquoise #3BDBBE
RGB
CMYK
RGB Variations
Color information
#3BDBBE (or 0x3BDBBE) is known color: Turquoise. HEX triplet: 3B, DB and BE. RGB value is (59,219,190). Sum of RGB (Red+Green+Blue) = 59+219+190=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDBBE is #C42441. Grayscale: #A7A7A7. Windows color (decimal): -12854338 or 12507963. OLE color: 12507963.
HSL color Cylindrical-coordinate representation of color #3BDBBE: hue angle of 169.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDBBE is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 219 | 190 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.14 |
| HSL | 169.13º | 0.69% | 0.55% | - |
| HSV(B) | 169.13º | 0.73% | 0.86% | - |
| XYZ | 36.43 | 55.31 | 57.47 | - |
| YUV | 167.85 | 140.49 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 190 | 0.73 | 0 | 0.13 | 0.14 | 169.13 | 0.69 | 0.55 |
| Hex | 3B | DB | BE | 49 | 0 | D | E | A9 | 45 | 37 |
| Octal | 73 | 333 | 276 | 111 | 0 | 15 | 16 | 251 | 105 | 67 |
| Binary | 111011 | 11011011 | 10111110 | 1001001 | 0 | 1101 | 1110 | 10101001 | 1000101 | 110111 |
Color Harmonies of #3BDBBE
Complementary color
Monochromatic Colors of #3BDBBE
Black with #3BDBBE
Text Example
Text Example
White with #3BDBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDBBE; }
p { color: rgb(59,219,190); }
H1.HeaderClassName
{
color: #3BDBBE;
}
.AnyTagClassName
{
color: #3BDBBE;
}
</style>
background-color css
<style>
a { background-color: #3BDBBE; }
a { background-color: rgb(59,219,190); }
div.DivClassName
{
background-color: #3BDBBE;
}
.BgClassName
{
background-color: #3BDBBE;
}
</style>
border-color css
<style>
span { border-color: #3BDBBE; }
span { border-color: rgb(59,219,190); }
td.TdClassName
{
border-color: #3BDBBE;
}
.TagClassName
{
border-color: #3BDBBE;
}
</style>