Shades of Turquoise #3CEECC
Tints of Turquoise #3CEECC
RGB
CMYK
RGB Variations
Color information
#3CEECC (or 0x3CEECC) is known color: Turquoise. HEX triplet: 3C, EE and CC. RGB value is (60,238,204). Sum of RGB (Red+Green+Blue) = 60+238+204=502 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.95% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEECC is #C31133. Grayscale: #B4B4B4. Windows color (decimal): -12783924 or 13430332. OLE color: 13430332.
HSL color Cylindrical-coordinate representation of color #3CEECC: hue angle of 168.54º 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 #3CEECC is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 238 | 204 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.07 |
| HSL | 168.54º | 0.84% | 0.58% | - |
| HSV(B) | 168.54º | 0.75% | 0.93% | - |
| XYZ | 43.34 | 66.47 | 67.67 | - |
| YUV | 180.9 | 141.03 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 238 | 204 | 0.75 | 0 | 0.14 | 0.07 | 168.54 | 0.84 | 0.58 |
| Hex | 3C | EE | CC | 4B | 0 | E | 7 | A9 | 54 | 3A |
| Octal | 74 | 356 | 314 | 113 | 0 | 16 | 7 | 251 | 124 | 72 |
| Binary | 111100 | 11101110 | 11001100 | 1001011 | 0 | 1110 | 111 | 10101001 | 1010100 | 111010 |
Color Harmonies of #3CEECC
Complementary color
Monochromatic Colors of #3CEECC
Black with #3CEECC
Text Example
Text Example
White with #3CEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEECC; }
p { color: rgb(60,238,204); }
H1.HeaderClassName
{
color: #3CEECC;
}
.AnyTagClassName
{
color: #3CEECC;
}
</style>
background-color css
<style>
a { background-color: #3CEECC; }
a { background-color: rgb(60,238,204); }
div.DivClassName
{
background-color: #3CEECC;
}
.BgClassName
{
background-color: #3CEECC;
}
</style>
border-color css
<style>
span { border-color: #3CEECC; }
span { border-color: rgb(60,238,204); }
td.TdClassName
{
border-color: #3CEECC;
}
.TagClassName
{
border-color: #3CEECC;
}
</style>