Shades of Turquoise #3CECF7
Tints of Turquoise #3CECF7
RGB
CMYK
RGB Variations
Color information
#3CECF7 (or 0x3CECF7) is known color: Turquoise. HEX triplet: 3C, EC and F7. RGB value is (60,236,247). Sum of RGB (Red+Green+Blue) = 60+236+247=543 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.05% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #3CECF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CECF7 is #C31308. Grayscale: #B8B8B8. Windows color (decimal): -12784393 or 16247868. OLE color: 16247868.
HSL color Cylindrical-coordinate representation of color #3CECF7: hue angle of 183.53º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CECF7 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 236 | 247 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.03 |
| HSL | 183.53º | 0.92% | 0.6% | - |
| HSV(B) | 183.53º | 0.76% | 0.97% | - |
| XYZ | 48.65 | 67.67 | 98.49 | - |
| YUV | 184.63 | 163.19 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 247 | 0.76 | 0.04 | 0 | 0.03 | 183.53 | 0.92 | 0.6 |
| Hex | 3C | EC | F7 | 4C | 4 | 0 | 3 | B8 | 5C | 3C |
| Octal | 74 | 354 | 367 | 114 | 4 | 0 | 3 | 270 | 134 | 74 |
| Binary | 111100 | 11101100 | 11110111 | 1001100 | 100 | 0 | 11 | 10111000 | 1011100 | 111100 |
Color Harmonies of #3CECF7
Complementary color
Monochromatic Colors of #3CECF7
Black with #3CECF7
Text Example
Text Example
White with #3CECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECF7; }
p { color: rgb(60,236,247); }
H1.HeaderClassName
{
color: #3CECF7;
}
.AnyTagClassName
{
color: #3CECF7;
}
</style>
background-color css
<style>
a { background-color: #3CECF7; }
a { background-color: rgb(60,236,247); }
div.DivClassName
{
background-color: #3CECF7;
}
.BgClassName
{
background-color: #3CECF7;
}
</style>
border-color css
<style>
span { border-color: #3CECF7; }
span { border-color: rgb(60,236,247); }
td.TdClassName
{
border-color: #3CECF7;
}
.TagClassName
{
border-color: #3CECF7;
}
</style>