Shades of Turquoise #3CE1DB
Tints of Turquoise #3CE1DB
RGB
CMYK
RGB Variations
Color information
#3CE1DB (or 0x3CE1DB) is known color: Turquoise. HEX triplet: 3C, E1 and DB. RGB value is (60,225,219). Sum of RGB (Red+Green+Blue) = 60+225+219=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE1DB is #C31E24. Grayscale: #AEAEAE. Windows color (decimal): -12787237 or 14410044. OLE color: 14410044.
HSL color Cylindrical-coordinate representation of color #3CE1DB: hue angle of 177.82º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE1DB is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 219 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.12 |
| HSL | 177.82º | 0.73% | 0.56% | - |
| HSV(B) | 177.82º | 0.73% | 0.88% | - |
| XYZ | 41.57 | 59.93 | 76.39 | - |
| YUV | 174.98 | 152.84 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 219 | 0.73 | 0 | 0.03 | 0.12 | 177.82 | 0.73 | 0.56 |
| Hex | 3C | E1 | DB | 49 | 0 | 3 | C | B2 | 49 | 38 |
| Octal | 74 | 341 | 333 | 111 | 0 | 3 | 14 | 262 | 111 | 70 |
| Binary | 111100 | 11100001 | 11011011 | 1001001 | 0 | 11 | 1100 | 10110010 | 1001001 | 111000 |
Color Harmonies of #3CE1DB
Complementary color
Monochromatic Colors of #3CE1DB
Black with #3CE1DB
Text Example
Text Example
White with #3CE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE1DB; }
p { color: rgb(60,225,219); }
H1.HeaderClassName
{
color: #3CE1DB;
}
.AnyTagClassName
{
color: #3CE1DB;
}
</style>
background-color css
<style>
a { background-color: #3CE1DB; }
a { background-color: rgb(60,225,219); }
div.DivClassName
{
background-color: #3CE1DB;
}
.BgClassName
{
background-color: #3CE1DB;
}
</style>
border-color css
<style>
span { border-color: #3CE1DB; }
span { border-color: rgb(60,225,219); }
td.TdClassName
{
border-color: #3CE1DB;
}
.TagClassName
{
border-color: #3CE1DB;
}
</style>