Shades of Turquoise #3CF1EE
Tints of Turquoise #3CF1EE
RGB
CMYK
RGB Variations
Color information
#3CF1EE (or 0x3CF1EE) is known color: Turquoise. HEX triplet: 3C, F1 and EE. RGB value is (60,241,238). Sum of RGB (Red+Green+Blue) = 60+241+238=539 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.13% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF1EE is #C30E11. Grayscale: #BABABA. Windows color (decimal): -12783122 or 15659324. OLE color: 15659324.
HSL color Cylindrical-coordinate representation of color #3CF1EE: hue angle of 179.01º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF1EE is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 238 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.05 |
| HSL | 179.01º | 0.87% | 0.59% | - |
| HSV(B) | 179.01º | 0.75% | 0.95% | - |
| XYZ | 48.75 | 70.04 | 91.84 | - |
| YUV | 186.54 | 157.03 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 238 | 0.75 | 0 | 0.01 | 0.05 | 179.01 | 0.87 | 0.59 |
| Hex | 3C | F1 | EE | 4B | 0 | 1 | 5 | B3 | 57 | 3B |
| Octal | 74 | 361 | 356 | 113 | 0 | 1 | 5 | 263 | 127 | 73 |
| Binary | 111100 | 11110001 | 11101110 | 1001011 | 0 | 1 | 101 | 10110011 | 1010111 | 111011 |
Color Harmonies of #3CF1EE
Complementary color
Monochromatic Colors of #3CF1EE
Black with #3CF1EE
Text Example
Text Example
White with #3CF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF1EE; }
p { color: rgb(60,241,238); }
H1.HeaderClassName
{
color: #3CF1EE;
}
.AnyTagClassName
{
color: #3CF1EE;
}
</style>
background-color css
<style>
a { background-color: #3CF1EE; }
a { background-color: rgb(60,241,238); }
div.DivClassName
{
background-color: #3CF1EE;
}
.BgClassName
{
background-color: #3CF1EE;
}
</style>
border-color css
<style>
span { border-color: #3CF1EE; }
span { border-color: rgb(60,241,238); }
td.TdClassName
{
border-color: #3CF1EE;
}
.TagClassName
{
border-color: #3CF1EE;
}
</style>