Shades of Turquoise #3CDDBB
Tints of Turquoise #3CDDBB
RGB
CMYK
RGB Variations
Color information
#3CDDBB (or 0x3CDDBB) is known color: Turquoise. HEX triplet: 3C, DD and BB. RGB value is (60,221,187). Sum of RGB (Red+Green+Blue) = 60+221+187=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDBB is #C32244. Grayscale: #A8A8A8. Windows color (decimal): -12788293 or 12311868. OLE color: 12311868.
HSL color Cylindrical-coordinate representation of color #3CDDBB: hue angle of 167.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDDBB is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 187 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.13 |
| HSL | 167.33º | 0.7% | 0.55% | - |
| HSV(B) | 167.33º | 0.73% | 0.87% | - |
| XYZ | 36.69 | 56.26 | 55.94 | - |
| YUV | 168.99 | 138.16 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 187 | 0.73 | 0 | 0.15 | 0.13 | 167.33 | 0.7 | 0.55 |
| Hex | 3C | DD | BB | 49 | 0 | F | D | A7 | 46 | 37 |
| Octal | 74 | 335 | 273 | 111 | 0 | 17 | 15 | 247 | 106 | 67 |
| Binary | 111100 | 11011101 | 10111011 | 1001001 | 0 | 1111 | 1101 | 10100111 | 1000110 | 110111 |
Color Harmonies of #3CDDBB
Complementary color
Monochromatic Colors of #3CDDBB
Black with #3CDDBB
Text Example
Text Example
White with #3CDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDBB; }
p { color: rgb(60,221,187); }
H1.HeaderClassName
{
color: #3CDDBB;
}
.AnyTagClassName
{
color: #3CDDBB;
}
</style>
background-color css
<style>
a { background-color: #3CDDBB; }
a { background-color: rgb(60,221,187); }
div.DivClassName
{
background-color: #3CDDBB;
}
.BgClassName
{
background-color: #3CDDBB;
}
</style>
border-color css
<style>
span { border-color: #3CDDBB; }
span { border-color: rgb(60,221,187); }
td.TdClassName
{
border-color: #3CDDBB;
}
.TagClassName
{
border-color: #3CDDBB;
}
</style>