Shades of Turquoise #3CE0CF
Tints of Turquoise #3CE0CF
RGB
CMYK
RGB Variations
Color information
#3CE0CF (or 0x3CE0CF) is known color: Turquoise. HEX triplet: 3C, E0 and CF. RGB value is (60,224,207). Sum of RGB (Red+Green+Blue) = 60+224+207=491 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.22% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE0CF is #C31F30. Grayscale: #ACACAC. Windows color (decimal): -12787505 or 13623356. OLE color: 13623356.
HSL color Cylindrical-coordinate representation of color #3CE0CF: hue angle of 173.78º 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 #3CE0CF is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 207 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.12 |
| HSL | 173.78º | 0.73% | 0.56% | - |
| HSV(B) | 173.78º | 0.73% | 0.88% | - |
| XYZ | 39.78 | 58.78 | 68.28 | - |
| YUV | 173.03 | 147.17 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 207 | 0.73 | 0 | 0.08 | 0.12 | 173.78 | 0.73 | 0.56 |
| Hex | 3C | E0 | CF | 49 | 0 | 8 | C | AE | 49 | 38 |
| Octal | 74 | 340 | 317 | 111 | 0 | 10 | 14 | 256 | 111 | 70 |
| Binary | 111100 | 11100000 | 11001111 | 1001001 | 0 | 1000 | 1100 | 10101110 | 1001001 | 111000 |
Color Harmonies of #3CE0CF
Complementary color
Monochromatic Colors of #3CE0CF
Black with #3CE0CF
Text Example
Text Example
White with #3CE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE0CF; }
p { color: rgb(60,224,207); }
H1.HeaderClassName
{
color: #3CE0CF;
}
.AnyTagClassName
{
color: #3CE0CF;
}
</style>
background-color css
<style>
a { background-color: #3CE0CF; }
a { background-color: rgb(60,224,207); }
div.DivClassName
{
background-color: #3CE0CF;
}
.BgClassName
{
background-color: #3CE0CF;
}
</style>
border-color css
<style>
span { border-color: #3CE0CF; }
span { border-color: rgb(60,224,207); }
td.TdClassName
{
border-color: #3CE0CF;
}
.TagClassName
{
border-color: #3CE0CF;
}
</style>