Shades of Turquoise #3CEFCD
Tints of Turquoise #3CEFCD
RGB
CMYK
RGB Variations
Color information
#3CEFCD (or 0x3CEFCD) is known color: Turquoise. HEX triplet: 3C, EF and CD. RGB value is (60,239,205). Sum of RGB (Red+Green+Blue) = 60+239+205=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEFCD is #C31032. Grayscale: #B5B5B5. Windows color (decimal): -12783667 or 13496124. OLE color: 13496124.
HSL color Cylindrical-coordinate representation of color #3CEFCD: hue angle of 168.6º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEFCD is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 205 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.06 |
| HSL | 168.6º | 0.85% | 0.59% | - |
| HSV(B) | 168.6º | 0.75% | 0.94% | - |
| XYZ | 43.75 | 67.1 | 68.4 | - |
| YUV | 181.6 | 141.2 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 205 | 0.75 | 0 | 0.14 | 0.06 | 168.6 | 0.85 | 0.59 |
| Hex | 3C | EF | CD | 4B | 0 | E | 6 | A9 | 55 | 3B |
| Octal | 74 | 357 | 315 | 113 | 0 | 16 | 6 | 251 | 125 | 73 |
| Binary | 111100 | 11101111 | 11001101 | 1001011 | 0 | 1110 | 110 | 10101001 | 1010101 | 111011 |
Color Harmonies of #3CEFCD
Complementary color
Monochromatic Colors of #3CEFCD
Black with #3CEFCD
Text Example
Text Example
White with #3CEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEFCD; }
p { color: rgb(60,239,205); }
H1.HeaderClassName
{
color: #3CEFCD;
}
.AnyTagClassName
{
color: #3CEFCD;
}
</style>
background-color css
<style>
a { background-color: #3CEFCD; }
a { background-color: rgb(60,239,205); }
div.DivClassName
{
background-color: #3CEFCD;
}
.BgClassName
{
background-color: #3CEFCD;
}
</style>
border-color css
<style>
span { border-color: #3CEFCD; }
span { border-color: rgb(60,239,205); }
td.TdClassName
{
border-color: #3CEFCD;
}
.TagClassName
{
border-color: #3CEFCD;
}
</style>