Shades of Turquoise #3CE9BF
Tints of Turquoise #3CE9BF
RGB
CMYK
RGB Variations
Color information
#3CE9BF (or 0x3CE9BF) is known color: Turquoise. HEX triplet: 3C, E9 and BF. RGB value is (60,233,191). Sum of RGB (Red+Green+Blue) = 60+233+191=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE9BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE9BF is #C31640. Grayscale: #B0B0B0. Windows color (decimal): -12785217 or 12577084. OLE color: 12577084.
HSL color Cylindrical-coordinate representation of color #3CE9BF: hue angle of 165.43º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE9BF is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 233 | 191 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.09 |
| HSL | 165.43º | 0.8% | 0.57% | - |
| HSV(B) | 165.43º | 0.74% | 0.91% | - |
| XYZ | 40.41 | 63 | 59.32 | - |
| YUV | 176.49 | 136.19 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 233 | 191 | 0.74 | 0 | 0.18 | 0.09 | 165.43 | 0.8 | 0.57 |
| Hex | 3C | E9 | BF | 4A | 0 | 12 | 9 | A5 | 50 | 39 |
| Octal | 74 | 351 | 277 | 112 | 0 | 22 | 11 | 245 | 120 | 71 |
| Binary | 111100 | 11101001 | 10111111 | 1001010 | 0 | 10010 | 1001 | 10100101 | 1010000 | 111001 |
Color Harmonies of #3CE9BF
Complementary color
Monochromatic Colors of #3CE9BF
Black with #3CE9BF
Text Example
Text Example
White with #3CE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE9BF; }
p { color: rgb(60,233,191); }
H1.HeaderClassName
{
color: #3CE9BF;
}
.AnyTagClassName
{
color: #3CE9BF;
}
</style>
background-color css
<style>
a { background-color: #3CE9BF; }
a { background-color: rgb(60,233,191); }
div.DivClassName
{
background-color: #3CE9BF;
}
.BgClassName
{
background-color: #3CE9BF;
}
</style>
border-color css
<style>
span { border-color: #3CE9BF; }
span { border-color: rgb(60,233,191); }
td.TdClassName
{
border-color: #3CE9BF;
}
.TagClassName
{
border-color: #3CE9BF;
}
</style>