Shades of Turquoise #3CF1ED
Tints of Turquoise #3CF1ED
RGB
CMYK
RGB Variations
Color information
#3CF1ED (or 0x3CF1ED) is known color: Turquoise. HEX triplet: 3C, F1 and ED. RGB value is (60,241,237). Sum of RGB (Red+Green+Blue) = 60+241+237=538 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.15% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF1ED is #C30E12. Grayscale: #BABABA. Windows color (decimal): -12783123 or 15593788. OLE color: 15593788.
HSL color Cylindrical-coordinate representation of color #3CF1ED: hue angle of 178.67º 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 #3CF1ED is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 237 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.05 |
| HSL | 178.67º | 0.87% | 0.59% | - |
| HSV(B) | 178.67º | 0.75% | 0.95% | - |
| XYZ | 48.6 | 69.99 | 91.07 | - |
| YUV | 186.43 | 156.53 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 237 | 0.75 | 0 | 0.02 | 0.05 | 178.67 | 0.87 | 0.59 |
| Hex | 3C | F1 | ED | 4B | 0 | 2 | 5 | B3 | 57 | 3B |
| Octal | 74 | 361 | 355 | 113 | 0 | 2 | 5 | 263 | 127 | 73 |
| Binary | 111100 | 11110001 | 11101101 | 1001011 | 0 | 10 | 101 | 10110011 | 1010111 | 111011 |
Color Harmonies of #3CF1ED
Complementary color
Monochromatic Colors of #3CF1ED
Black with #3CF1ED
Text Example
Text Example
White with #3CF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF1ED; }
p { color: rgb(60,241,237); }
H1.HeaderClassName
{
color: #3CF1ED;
}
.AnyTagClassName
{
color: #3CF1ED;
}
</style>
background-color css
<style>
a { background-color: #3CF1ED; }
a { background-color: rgb(60,241,237); }
div.DivClassName
{
background-color: #3CF1ED;
}
.BgClassName
{
background-color: #3CF1ED;
}
</style>
border-color css
<style>
span { border-color: #3CF1ED; }
span { border-color: rgb(60,241,237); }
td.TdClassName
{
border-color: #3CF1ED;
}
.TagClassName
{
border-color: #3CF1ED;
}
</style>