Shades of Turquoise #3CECF6
Tints of Turquoise #3CECF6
RGB
CMYK
RGB Variations
Color information
#3CECF6 (or 0x3CECF6) is known color: Turquoise. HEX triplet: 3C, EC and F6. RGB value is (60,236,246). Sum of RGB (Red+Green+Blue) = 60+236+246=542 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.07% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #3CECF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CECF6 is #C31309. Grayscale: #B8B8B8. Windows color (decimal): -12784394 or 16182332. OLE color: 16182332.
HSL color Cylindrical-coordinate representation of color #3CECF6: hue angle of 183.23º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CECF6 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 236 | 246 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.04 |
| HSL | 183.23º | 0.91% | 0.6% | - |
| HSV(B) | 183.23º | 0.76% | 0.96% | - |
| XYZ | 48.49 | 67.61 | 97.68 | - |
| YUV | 184.52 | 162.69 | 39.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 246 | 0.76 | 0.04 | 0 | 0.04 | 183.23 | 0.91 | 0.6 |
| Hex | 3C | EC | F6 | 4C | 4 | 0 | 4 | B7 | 5B | 3C |
| Octal | 74 | 354 | 366 | 114 | 4 | 0 | 4 | 267 | 133 | 74 |
| Binary | 111100 | 11101100 | 11110110 | 1001100 | 100 | 0 | 100 | 10110111 | 1011011 | 111100 |
Color Harmonies of #3CECF6
Complementary color
Monochromatic Colors of #3CECF6
Black with #3CECF6
Text Example
Text Example
White with #3CECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECF6; }
p { color: rgb(60,236,246); }
H1.HeaderClassName
{
color: #3CECF6;
}
.AnyTagClassName
{
color: #3CECF6;
}
</style>
background-color css
<style>
a { background-color: #3CECF6; }
a { background-color: rgb(60,236,246); }
div.DivClassName
{
background-color: #3CECF6;
}
.BgClassName
{
background-color: #3CECF6;
}
</style>
border-color css
<style>
span { border-color: #3CECF6; }
span { border-color: rgb(60,236,246); }
td.TdClassName
{
border-color: #3CECF6;
}
.TagClassName
{
border-color: #3CECF6;
}
</style>