Shades of Turquoise #3CDCE1
Tints of Turquoise #3CDCE1
RGB
CMYK
RGB Variations
Color information
#3CDCE1 (or 0x3CDCE1) is known color: Turquoise. HEX triplet: 3C, DC and E1. RGB value is (60,220,225). Sum of RGB (Red+Green+Blue) = 60+220+225=505 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.88% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #3CDCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCE1 is #C3231E. Grayscale: #ACACAC. Windows color (decimal): -12788511 or 14801980. OLE color: 14801980.
HSL color Cylindrical-coordinate representation of color #3CDCE1: hue angle of 181.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 #3CDCE1 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 220 | 225 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.12 |
| HSL | 181.82º | 0.73% | 0.56% | - |
| HSV(B) | 181.82º | 0.73% | 0.88% | - |
| XYZ | 41.05 | 57.58 | 80.19 | - |
| YUV | 172.73 | 157.49 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 225 | 0.73 | 0.02 | 0 | 0.12 | 181.82 | 0.73 | 0.56 |
| Hex | 3C | DC | E1 | 49 | 2 | 0 | C | B6 | 49 | 38 |
| Octal | 74 | 334 | 341 | 111 | 2 | 0 | 14 | 266 | 111 | 70 |
| Binary | 111100 | 11011100 | 11100001 | 1001001 | 10 | 0 | 1100 | 10110110 | 1001001 | 111000 |
Color Harmonies of #3CDCE1
Complementary color
Monochromatic Colors of #3CDCE1
Black with #3CDCE1
Text Example
Text Example
White with #3CDCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCE1; }
p { color: rgb(60,220,225); }
H1.HeaderClassName
{
color: #3CDCE1;
}
.AnyTagClassName
{
color: #3CDCE1;
}
</style>
background-color css
<style>
a { background-color: #3CDCE1; }
a { background-color: rgb(60,220,225); }
div.DivClassName
{
background-color: #3CDCE1;
}
.BgClassName
{
background-color: #3CDCE1;
}
</style>
border-color css
<style>
span { border-color: #3CDCE1; }
span { border-color: rgb(60,220,225); }
td.TdClassName
{
border-color: #3CDCE1;
}
.TagClassName
{
border-color: #3CDCE1;
}
</style>