Shades of Turquoise #3CEEB9
Tints of Turquoise #3CEEB9
RGB
CMYK
RGB Variations
Color information
#3CEEB9 (or 0x3CEEB9) is known color: Turquoise. HEX triplet: 3C, EE and B9. RGB value is (60,238,185). Sum of RGB (Red+Green+Blue) = 60+238+185=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEEB9 is #C31146. Grayscale: #B2B2B2. Windows color (decimal): -12783943 or 12185148. OLE color: 12185148.
HSL color Cylindrical-coordinate representation of color #3CEEB9: hue angle of 162.13º 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 #3CEEB9 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 238 | 185 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.07 |
| HSL | 162.13º | 0.84% | 0.58% | - |
| HSV(B) | 162.13º | 0.75% | 0.93% | - |
| XYZ | 41.19 | 65.61 | 56.39 | - |
| YUV | 178.74 | 131.53 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 238 | 185 | 0.75 | 0 | 0.22 | 0.07 | 162.13 | 0.84 | 0.58 |
| Hex | 3C | EE | B9 | 4B | 0 | 16 | 7 | A2 | 54 | 3A |
| Octal | 74 | 356 | 271 | 113 | 0 | 26 | 7 | 242 | 124 | 72 |
| Binary | 111100 | 11101110 | 10111001 | 1001011 | 0 | 10110 | 111 | 10100010 | 1010100 | 111010 |
Color Harmonies of #3CEEB9
Complementary color
Monochromatic Colors of #3CEEB9
Black with #3CEEB9
Text Example
Text Example
White with #3CEEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEEB9; }
p { color: rgb(60,238,185); }
H1.HeaderClassName
{
color: #3CEEB9;
}
.AnyTagClassName
{
color: #3CEEB9;
}
</style>
background-color css
<style>
a { background-color: #3CEEB9; }
a { background-color: rgb(60,238,185); }
div.DivClassName
{
background-color: #3CEEB9;
}
.BgClassName
{
background-color: #3CEEB9;
}
</style>
border-color css
<style>
span { border-color: #3CEEB9; }
span { border-color: rgb(60,238,185); }
td.TdClassName
{
border-color: #3CEEB9;
}
.TagClassName
{
border-color: #3CEEB9;
}
</style>