Shades of Turquoise #3CDBBB
Tints of Turquoise #3CDBBB
RGB
CMYK
RGB Variations
Color information
#3CDBBB (or 0x3CDBBB) is known color: Turquoise. HEX triplet: 3C, DB and BB. RGB value is (60,219,187). Sum of RGB (Red+Green+Blue) = 60+219+187=466 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.88% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDBBB is #C32444. Grayscale: #A7A7A7. Windows color (decimal): -12788805 or 12311356. OLE color: 12311356.
HSL color Cylindrical-coordinate representation of color #3CDBBB: hue angle of 167.92º 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 #3CDBBB is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 187 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.14 |
| HSL | 167.92º | 0.69% | 0.55% | - |
| HSV(B) | 167.92º | 0.73% | 0.86% | - |
| XYZ | 36.16 | 55.21 | 55.76 | - |
| YUV | 167.81 | 138.82 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 187 | 0.73 | 0 | 0.15 | 0.14 | 167.92 | 0.69 | 0.55 |
| Hex | 3C | DB | BB | 49 | 0 | F | E | A8 | 45 | 37 |
| Octal | 74 | 333 | 273 | 111 | 0 | 17 | 16 | 250 | 105 | 67 |
| Binary | 111100 | 11011011 | 10111011 | 1001001 | 0 | 1111 | 1110 | 10101000 | 1000101 | 110111 |
Color Harmonies of #3CDBBB
Complementary color
Monochromatic Colors of #3CDBBB
Black with #3CDBBB
Text Example
Text Example
White with #3CDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBBB; }
p { color: rgb(60,219,187); }
H1.HeaderClassName
{
color: #3CDBBB;
}
.AnyTagClassName
{
color: #3CDBBB;
}
</style>
background-color css
<style>
a { background-color: #3CDBBB; }
a { background-color: rgb(60,219,187); }
div.DivClassName
{
background-color: #3CDBBB;
}
.BgClassName
{
background-color: #3CDBBB;
}
</style>
border-color css
<style>
span { border-color: #3CDBBB; }
span { border-color: rgb(60,219,187); }
td.TdClassName
{
border-color: #3CDBBB;
}
.TagClassName
{
border-color: #3CDBBB;
}
</style>