Shades of Turquoise #3CE6C4
Tints of Turquoise #3CE6C4
RGB
CMYK
RGB Variations
Color information
#3CE6C4 (or 0x3CE6C4) is known color: Turquoise. HEX triplet: 3C, E6 and C4. RGB value is (60,230,196). Sum of RGB (Red+Green+Blue) = 60+230+196=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #3CE6C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE6C4 is #C3193B. Grayscale: #AFAFAF. Windows color (decimal): -12785980 or 12903996. OLE color: 12903996.
HSL color Cylindrical-coordinate representation of color #3CE6C4: hue angle of 168º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE6C4 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 230 | 196 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.10 |
| HSL | 168º | 0.77% | 0.57% | - |
| HSV(B) | 168º | 0.74% | 0.9% | - |
| XYZ | 40.12 | 61.54 | 61.99 | - |
| YUV | 175.29 | 139.68 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 230 | 196 | 0.74 | 0 | 0.15 | 0.10 | 168 | 0.77 | 0.57 |
| Hex | 3C | E6 | C4 | 4A | 0 | F | A | A8 | 4D | 39 |
| Octal | 74 | 346 | 304 | 112 | 0 | 17 | 12 | 250 | 115 | 71 |
| Binary | 111100 | 11100110 | 11000100 | 1001010 | 0 | 1111 | 1010 | 10101000 | 1001101 | 111001 |
Color Harmonies of #3CE6C4
Complementary color
Monochromatic Colors of #3CE6C4
Black with #3CE6C4
Text Example
Text Example
White with #3CE6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE6C4; }
p { color: rgb(60,230,196); }
H1.HeaderClassName
{
color: #3CE6C4;
}
.AnyTagClassName
{
color: #3CE6C4;
}
</style>
background-color css
<style>
a { background-color: #3CE6C4; }
a { background-color: rgb(60,230,196); }
div.DivClassName
{
background-color: #3CE6C4;
}
.BgClassName
{
background-color: #3CE6C4;
}
</style>
border-color css
<style>
span { border-color: #3CE6C4; }
span { border-color: rgb(60,230,196); }
td.TdClassName
{
border-color: #3CE6C4;
}
.TagClassName
{
border-color: #3CE6C4;
}
</style>