Shades of Turquoise #3CDCE0
Tints of Turquoise #3CDCE0
RGB
CMYK
RGB Variations
Color information
#3CDCE0 (or 0x3CDCE0) is known color: Turquoise. HEX triplet: 3C, DC and E0. RGB value is (60,220,224). Sum of RGB (Red+Green+Blue) = 60+220+224=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #3CDCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCE0 is #C3231F. Grayscale: #ACACAC. Windows color (decimal): -12788512 or 14736444. OLE color: 14736444.
HSL color Cylindrical-coordinate representation of color #3CDCE0: hue angle of 181.46º 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 #3CDCE0 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 220 | 224 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.12 |
| HSL | 181.46º | 0.73% | 0.56% | - |
| HSV(B) | 181.46º | 0.73% | 0.88% | - |
| XYZ | 40.91 | 57.53 | 79.47 | - |
| YUV | 172.62 | 156.99 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 224 | 0.73 | 0.02 | 0 | 0.12 | 181.46 | 0.73 | 0.56 |
| Hex | 3C | DC | E0 | 49 | 2 | 0 | C | B5 | 49 | 38 |
| Octal | 74 | 334 | 340 | 111 | 2 | 0 | 14 | 265 | 111 | 70 |
| Binary | 111100 | 11011100 | 11100000 | 1001001 | 10 | 0 | 1100 | 10110101 | 1001001 | 111000 |
Color Harmonies of #3CDCE0
Complementary color
Monochromatic Colors of #3CDCE0
Black with #3CDCE0
Text Example
Text Example
White with #3CDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCE0; }
p { color: rgb(60,220,224); }
H1.HeaderClassName
{
color: #3CDCE0;
}
.AnyTagClassName
{
color: #3CDCE0;
}
</style>
background-color css
<style>
a { background-color: #3CDCE0; }
a { background-color: rgb(60,220,224); }
div.DivClassName
{
background-color: #3CDCE0;
}
.BgClassName
{
background-color: #3CDCE0;
}
</style>
border-color css
<style>
span { border-color: #3CDCE0; }
span { border-color: rgb(60,220,224); }
td.TdClassName
{
border-color: #3CDCE0;
}
.TagClassName
{
border-color: #3CDCE0;
}
</style>