Shades of Turquoise #3CE1EB
Tints of Turquoise #3CE1EB
RGB
CMYK
RGB Variations
Color information
#3CE1EB (or 0x3CE1EB) is known color: Turquoise. HEX triplet: 3C, E1 and EB. RGB value is (60,225,235). Sum of RGB (Red+Green+Blue) = 60+225+235=520 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.54% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #3CE1EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE1EB is #C31E14. Grayscale: #B0B0B0. Windows color (decimal): -12787221 or 15458620. OLE color: 15458620.
HSL color Cylindrical-coordinate representation of color #3CE1EB: hue angle of 183.43º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE1EB is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 225 | 235 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.08 |
| HSL | 183.43º | 0.81% | 0.58% | - |
| HSV(B) | 183.43º | 0.74% | 0.92% | - |
| XYZ | 43.78 | 60.81 | 88.03 | - |
| YUV | 176.81 | 160.84 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 235 | 0.74 | 0.04 | 0 | 0.08 | 183.43 | 0.81 | 0.58 |
| Hex | 3C | E1 | EB | 4A | 4 | 0 | 8 | B7 | 51 | 3A |
| Octal | 74 | 341 | 353 | 112 | 4 | 0 | 10 | 267 | 121 | 72 |
| Binary | 111100 | 11100001 | 11101011 | 1001010 | 100 | 0 | 1000 | 10110111 | 1010001 | 111010 |
Color Harmonies of #3CE1EB
Complementary color
Monochromatic Colors of #3CE1EB
Black with #3CE1EB
Text Example
Text Example
White with #3CE1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE1EB; }
p { color: rgb(60,225,235); }
H1.HeaderClassName
{
color: #3CE1EB;
}
.AnyTagClassName
{
color: #3CE1EB;
}
</style>
background-color css
<style>
a { background-color: #3CE1EB; }
a { background-color: rgb(60,225,235); }
div.DivClassName
{
background-color: #3CE1EB;
}
.BgClassName
{
background-color: #3CE1EB;
}
</style>
border-color css
<style>
span { border-color: #3CE1EB; }
span { border-color: rgb(60,225,235); }
td.TdClassName
{
border-color: #3CE1EB;
}
.TagClassName
{
border-color: #3CE1EB;
}
</style>