Shades of Turquoise #3CDBCE
Tints of Turquoise #3CDBCE
RGB
CMYK
RGB Variations
Color information
#3CDBCE (or 0x3CDBCE) is known color: Turquoise. HEX triplet: 3C, DB and CE. RGB value is (60,219,206). Sum of RGB (Red+Green+Blue) = 60+219+206=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDBCE is #C32431. Grayscale: #A9A9A9. Windows color (decimal): -12788786 or 13556540. OLE color: 13556540.
HSL color Cylindrical-coordinate representation of color #3CDBCE: hue angle of 175.09º 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 #3CDBCE is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 206 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.14 |
| HSL | 175.09º | 0.69% | 0.55% | - |
| HSV(B) | 175.09º | 0.73% | 0.86% | - |
| XYZ | 38.34 | 56.08 | 67.2 | - |
| YUV | 169.98 | 148.32 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 206 | 0.73 | 0 | 0.06 | 0.14 | 175.09 | 0.69 | 0.55 |
| Hex | 3C | DB | CE | 49 | 0 | 6 | E | AF | 45 | 37 |
| Octal | 74 | 333 | 316 | 111 | 0 | 6 | 16 | 257 | 105 | 67 |
| Binary | 111100 | 11011011 | 11001110 | 1001001 | 0 | 110 | 1110 | 10101111 | 1000101 | 110111 |
Color Harmonies of #3CDBCE
Complementary color
Monochromatic Colors of #3CDBCE
Black with #3CDBCE
Text Example
Text Example
White with #3CDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDBCE; }
p { color: rgb(60,219,206); }
H1.HeaderClassName
{
color: #3CDBCE;
}
.AnyTagClassName
{
color: #3CDBCE;
}
</style>
background-color css
<style>
a { background-color: #3CDBCE; }
a { background-color: rgb(60,219,206); }
div.DivClassName
{
background-color: #3CDBCE;
}
.BgClassName
{
background-color: #3CDBCE;
}
</style>
border-color css
<style>
span { border-color: #3CDBCE; }
span { border-color: rgb(60,219,206); }
td.TdClassName
{
border-color: #3CDBCE;
}
.TagClassName
{
border-color: #3CDBCE;
}
</style>