Shades of Turquoise #3CEEBA
Tints of Turquoise #3CEEBA
RGB
CMYK
RGB Variations
Color information
#3CEEBA (or 0x3CEEBA) is known color: Turquoise. HEX triplet: 3C, EE and BA. RGB value is (60,238,186). Sum of RGB (Red+Green+Blue) = 60+238+186=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEEBA is #C31145. Grayscale: #B2B2B2. Windows color (decimal): -12783942 or 12250684. OLE color: 12250684.
HSL color Cylindrical-coordinate representation of color #3CEEBA: hue angle of 162.47º degrees, saturation: 0.84, 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 #3CEEBA is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 238 | 186 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.07 |
| HSL | 162.47º | 0.84% | 0.58% | - |
| HSV(B) | 162.47º | 0.75% | 0.93% | - |
| XYZ | 41.3 | 65.65 | 56.95 | - |
| YUV | 178.85 | 132.03 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 238 | 186 | 0.75 | 0 | 0.22 | 0.07 | 162.47 | 0.84 | 0.58 |
| Hex | 3C | EE | BA | 4B | 0 | 16 | 7 | A2 | 54 | 3A |
| Octal | 74 | 356 | 272 | 113 | 0 | 26 | 7 | 242 | 124 | 72 |
| Binary | 111100 | 11101110 | 10111010 | 1001011 | 0 | 10110 | 111 | 10100010 | 1010100 | 111010 |
Color Harmonies of #3CEEBA
Complementary color
Monochromatic Colors of #3CEEBA
Black with #3CEEBA
Text Example
Text Example
White with #3CEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEEBA; }
p { color: rgb(60,238,186); }
H1.HeaderClassName
{
color: #3CEEBA;
}
.AnyTagClassName
{
color: #3CEEBA;
}
</style>
background-color css
<style>
a { background-color: #3CEEBA; }
a { background-color: rgb(60,238,186); }
div.DivClassName
{
background-color: #3CEEBA;
}
.BgClassName
{
background-color: #3CEEBA;
}
</style>
border-color css
<style>
span { border-color: #3CEEBA; }
span { border-color: rgb(60,238,186); }
td.TdClassName
{
border-color: #3CEEBA;
}
.TagClassName
{
border-color: #3CEEBA;
}
</style>