Shades of Turquoise #3CECF9
Tints of Turquoise #3CECF9
RGB
CMYK
RGB Variations
Color information
#3CECF9 (or 0x3CECF9) is known color: Turquoise. HEX triplet: 3C, EC and F9. RGB value is (60,236,249). Sum of RGB (Red+Green+Blue) = 60+236+249=545 (72% of max value = 765). Red value is 60 (23.83% from 255 or 11.01% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #3CECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CECF9 is #C31306. Grayscale: #B8B8B8. Windows color (decimal): -12784391 or 16378940. OLE color: 16378940.
HSL color Cylindrical-coordinate representation of color #3CECF9: hue angle of 184.13º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CECF9 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 236 | 249 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.02 |
| HSL | 184.13º | 0.94% | 0.61% | - |
| HSV(B) | 184.13º | 0.76% | 0.98% | - |
| XYZ | 48.96 | 67.79 | 100.13 | - |
| YUV | 184.86 | 164.19 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 249 | 0.76 | 0.05 | 0 | 0.02 | 184.13 | 0.94 | 0.61 |
| Hex | 3C | EC | F9 | 4C | 5 | 0 | 2 | B8 | 5E | 3D |
| Octal | 74 | 354 | 371 | 114 | 5 | 0 | 2 | 270 | 136 | 75 |
| Binary | 111100 | 11101100 | 11111001 | 1001100 | 101 | 0 | 10 | 10111000 | 1011110 | 111101 |
Color Harmonies of #3CECF9
Complementary color
Monochromatic Colors of #3CECF9
Black with #3CECF9
Text Example
Text Example
White with #3CECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECF9; }
p { color: rgb(60,236,249); }
H1.HeaderClassName
{
color: #3CECF9;
}
.AnyTagClassName
{
color: #3CECF9;
}
</style>
background-color css
<style>
a { background-color: #3CECF9; }
a { background-color: rgb(60,236,249); }
div.DivClassName
{
background-color: #3CECF9;
}
.BgClassName
{
background-color: #3CECF9;
}
</style>
border-color css
<style>
span { border-color: #3CECF9; }
span { border-color: rgb(60,236,249); }
td.TdClassName
{
border-color: #3CECF9;
}
.TagClassName
{
border-color: #3CECF9;
}
</style>