Shades of Turquoise #3CEAEC
Tints of Turquoise #3CEAEC
RGB
CMYK
RGB Variations
Color information
#3CEAEC (or 0x3CEAEC) is known color: Turquoise. HEX triplet: 3C, EA and EC. RGB value is (60,234,236). Sum of RGB (Red+Green+Blue) = 60+234+236=530 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.32% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CEAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEAEC is #C31513. Grayscale: #B6B6B6. Windows color (decimal): -12784916 or 15526460. OLE color: 15526460.
HSL color Cylindrical-coordinate representation of color #3CEAEC: hue angle of 180.68º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEAEC is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 234 | 236 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.07 |
| HSL | 180.68º | 0.82% | 0.58% | - |
| HSV(B) | 180.68º | 0.75% | 0.93% | - |
| XYZ | 46.43 | 65.86 | 89.62 | - |
| YUV | 182.2 | 158.35 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 236 | 0.75 | 0.01 | 0 | 0.07 | 180.68 | 0.82 | 0.58 |
| Hex | 3C | EA | EC | 4B | 1 | 0 | 7 | B5 | 52 | 3A |
| Octal | 74 | 352 | 354 | 113 | 1 | 0 | 7 | 265 | 122 | 72 |
| Binary | 111100 | 11101010 | 11101100 | 1001011 | 1 | 0 | 111 | 10110101 | 1010010 | 111010 |
Color Harmonies of #3CEAEC
Complementary color
Monochromatic Colors of #3CEAEC
Black with #3CEAEC
Text Example
Text Example
White with #3CEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEAEC; }
p { color: rgb(60,234,236); }
H1.HeaderClassName
{
color: #3CEAEC;
}
.AnyTagClassName
{
color: #3CEAEC;
}
</style>
background-color css
<style>
a { background-color: #3CEAEC; }
a { background-color: rgb(60,234,236); }
div.DivClassName
{
background-color: #3CEAEC;
}
.BgClassName
{
background-color: #3CEAEC;
}
</style>
border-color css
<style>
span { border-color: #3CEAEC; }
span { border-color: rgb(60,234,236); }
td.TdClassName
{
border-color: #3CEAEC;
}
.TagClassName
{
border-color: #3CEAEC;
}
</style>