Shades of Turquoise #3CF2ED
Tints of Turquoise #3CF2ED
RGB
CMYK
RGB Variations
Color information
#3CF2ED (or 0x3CF2ED) is known color: Turquoise. HEX triplet: 3C, F2 and ED. RGB value is (60,242,237). Sum of RGB (Red+Green+Blue) = 60+242+237=539 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.13% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF2ED is #C30D12. Grayscale: #BABABA. Windows color (decimal): -12782867 or 15594044. OLE color: 15594044.
HSL color Cylindrical-coordinate representation of color #3CF2ED: hue angle of 178.35º degrees, saturation: 0.88, 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 #3CF2ED is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 237 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.05 |
| HSL | 178.35º | 0.88% | 0.59% | - |
| HSV(B) | 178.35º | 0.75% | 0.95% | - |
| XYZ | 48.9 | 70.58 | 91.17 | - |
| YUV | 187.01 | 156.2 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 237 | 0.75 | 0 | 0.02 | 0.05 | 178.35 | 0.88 | 0.59 |
| Hex | 3C | F2 | ED | 4B | 0 | 2 | 5 | B2 | 58 | 3B |
| Octal | 74 | 362 | 355 | 113 | 0 | 2 | 5 | 262 | 130 | 73 |
| Binary | 111100 | 11110010 | 11101101 | 1001011 | 0 | 10 | 101 | 10110010 | 1011000 | 111011 |
Color Harmonies of #3CF2ED
Complementary color
Monochromatic Colors of #3CF2ED
Black with #3CF2ED
Text Example
Text Example
White with #3CF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2ED; }
p { color: rgb(60,242,237); }
H1.HeaderClassName
{
color: #3CF2ED;
}
.AnyTagClassName
{
color: #3CF2ED;
}
</style>
background-color css
<style>
a { background-color: #3CF2ED; }
a { background-color: rgb(60,242,237); }
div.DivClassName
{
background-color: #3CF2ED;
}
.BgClassName
{
background-color: #3CF2ED;
}
</style>
border-color css
<style>
span { border-color: #3CF2ED; }
span { border-color: rgb(60,242,237); }
td.TdClassName
{
border-color: #3CF2ED;
}
.TagClassName
{
border-color: #3CF2ED;
}
</style>