Shades of Turquoise #3CE0DD
Tints of Turquoise #3CE0DD
RGB
CMYK
RGB Variations
Color information
#3CE0DD (or 0x3CE0DD) is known color: Turquoise. HEX triplet: 3C, E0 and DD. RGB value is (60,224,221). Sum of RGB (Red+Green+Blue) = 60+224+221=505 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.88% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE0DD is #C31F22. Grayscale: #AEAEAE. Windows color (decimal): -12787491 or 14540860. OLE color: 14540860.
HSL color Cylindrical-coordinate representation of color #3CE0DD: hue angle of 178.9º 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 #3CE0DD is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 221 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.12 |
| HSL | 178.9º | 0.73% | 0.56% | - |
| HSV(B) | 178.9º | 0.73% | 0.88% | - |
| XYZ | 41.57 | 59.49 | 77.7 | - |
| YUV | 174.62 | 154.17 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 221 | 0.73 | 0 | 0.01 | 0.12 | 178.9 | 0.73 | 0.56 |
| Hex | 3C | E0 | DD | 49 | 0 | 1 | C | B3 | 49 | 38 |
| Octal | 74 | 340 | 335 | 111 | 0 | 1 | 14 | 263 | 111 | 70 |
| Binary | 111100 | 11100000 | 11011101 | 1001001 | 0 | 1 | 1100 | 10110011 | 1001001 | 111000 |
Color Harmonies of #3CE0DD
Complementary color
Monochromatic Colors of #3CE0DD
Black with #3CE0DD
Text Example
Text Example
White with #3CE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE0DD; }
p { color: rgb(60,224,221); }
H1.HeaderClassName
{
color: #3CE0DD;
}
.AnyTagClassName
{
color: #3CE0DD;
}
</style>
background-color css
<style>
a { background-color: #3CE0DD; }
a { background-color: rgb(60,224,221); }
div.DivClassName
{
background-color: #3CE0DD;
}
.BgClassName
{
background-color: #3CE0DD;
}
</style>
border-color css
<style>
span { border-color: #3CE0DD; }
span { border-color: rgb(60,224,221); }
td.TdClassName
{
border-color: #3CE0DD;
}
.TagClassName
{
border-color: #3CE0DD;
}
</style>