Shades of Turquoise #3CEDCE
Tints of Turquoise #3CEDCE
RGB
CMYK
RGB Variations
Color information
#3CEDCE (or 0x3CEDCE) is known color: Turquoise. HEX triplet: 3C, ED and CE. RGB value is (60,237,206). Sum of RGB (Red+Green+Blue) = 60+237+206=503 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.93% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDCE is #C31231. Grayscale: #B4B4B4. Windows color (decimal): -12784178 or 13561148. OLE color: 13561148.
HSL color Cylindrical-coordinate representation of color #3CEDCE: hue angle of 169.49º degrees, saturation: 0.83, 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 #3CEDCE is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 206 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.07 |
| HSL | 169.49º | 0.83% | 0.58% | - |
| HSV(B) | 169.49º | 0.75% | 0.93% | - |
| XYZ | 43.29 | 65.99 | 68.85 | - |
| YUV | 180.54 | 142.36 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 206 | 0.75 | 0 | 0.13 | 0.07 | 169.49 | 0.83 | 0.58 |
| Hex | 3C | ED | CE | 4B | 0 | D | 7 | A9 | 53 | 3A |
| Octal | 74 | 355 | 316 | 113 | 0 | 15 | 7 | 251 | 123 | 72 |
| Binary | 111100 | 11101101 | 11001110 | 1001011 | 0 | 1101 | 111 | 10101001 | 1010011 | 111010 |
Color Harmonies of #3CEDCE
Complementary color
Monochromatic Colors of #3CEDCE
Black with #3CEDCE
Text Example
Text Example
White with #3CEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEDCE; }
p { color: rgb(60,237,206); }
H1.HeaderClassName
{
color: #3CEDCE;
}
.AnyTagClassName
{
color: #3CEDCE;
}
</style>
background-color css
<style>
a { background-color: #3CEDCE; }
a { background-color: rgb(60,237,206); }
div.DivClassName
{
background-color: #3CEDCE;
}
.BgClassName
{
background-color: #3CEDCE;
}
</style>
border-color css
<style>
span { border-color: #3CEDCE; }
span { border-color: rgb(60,237,206); }
td.TdClassName
{
border-color: #3CEDCE;
}
.TagClassName
{
border-color: #3CEDCE;
}
</style>