Shades of Turquoise #3CF2EB
Tints of Turquoise #3CF2EB
RGB
CMYK
RGB Variations
Color information
#3CF2EB (or 0x3CF2EB) is known color: Turquoise. HEX triplet: 3C, F2 and EB. RGB value is (60,242,235). Sum of RGB (Red+Green+Blue) = 60+242+235=537 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.17% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF2EB is #C30D14. Grayscale: #BABABA. Windows color (decimal): -12782869 or 15462972. OLE color: 15462972.
HSL color Cylindrical-coordinate representation of color #3CF2EB: hue angle of 177.69º 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 #3CF2EB is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 235 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.05 |
| HSL | 177.69º | 0.88% | 0.59% | - |
| HSV(B) | 177.69º | 0.75% | 0.95% | - |
| XYZ | 48.61 | 70.46 | 89.64 | - |
| YUV | 186.78 | 155.2 | 37.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 235 | 0.75 | 0 | 0.03 | 0.05 | 177.69 | 0.88 | 0.59 |
| Hex | 3C | F2 | EB | 4B | 0 | 3 | 5 | B2 | 58 | 3B |
| Octal | 74 | 362 | 353 | 113 | 0 | 3 | 5 | 262 | 130 | 73 |
| Binary | 111100 | 11110010 | 11101011 | 1001011 | 0 | 11 | 101 | 10110010 | 1011000 | 111011 |
Color Harmonies of #3CF2EB
Complementary color
Monochromatic Colors of #3CF2EB
Black with #3CF2EB
Text Example
Text Example
White with #3CF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2EB; }
p { color: rgb(60,242,235); }
H1.HeaderClassName
{
color: #3CF2EB;
}
.AnyTagClassName
{
color: #3CF2EB;
}
</style>
background-color css
<style>
a { background-color: #3CF2EB; }
a { background-color: rgb(60,242,235); }
div.DivClassName
{
background-color: #3CF2EB;
}
.BgClassName
{
background-color: #3CF2EB;
}
</style>
border-color css
<style>
span { border-color: #3CF2EB; }
span { border-color: rgb(60,242,235); }
td.TdClassName
{
border-color: #3CF2EB;
}
.TagClassName
{
border-color: #3CF2EB;
}
</style>