Shades of Turquoise #3CF3EF
Tints of Turquoise #3CF3EF
RGB
CMYK
RGB Variations
Color information
#3CF3EF (or 0x3CF3EF) is known color: Turquoise. HEX triplet: 3C, F3 and EF. RGB value is (60,243,239). Sum of RGB (Red+Green+Blue) = 60+243+239=542 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.07% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF3EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF3EF is #C30C10. Grayscale: #BBBBBB. Windows color (decimal): -12782609 or 15725372. OLE color: 15725372.
HSL color Cylindrical-coordinate representation of color #3CF3EF: hue angle of 178.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 #3CF3EF is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 239 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.05 |
| HSL | 178.69º | 0.88% | 0.59% | - |
| HSV(B) | 178.69º | 0.75% | 0.95% | - |
| XYZ | 49.49 | 71.29 | 92.81 | - |
| YUV | 187.83 | 156.87 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 239 | 0.75 | 0 | 0.02 | 0.05 | 178.69 | 0.88 | 0.59 |
| Hex | 3C | F3 | EF | 4B | 0 | 2 | 5 | B3 | 58 | 3B |
| Octal | 74 | 363 | 357 | 113 | 0 | 2 | 5 | 263 | 130 | 73 |
| Binary | 111100 | 11110011 | 11101111 | 1001011 | 0 | 10 | 101 | 10110011 | 1011000 | 111011 |
Color Harmonies of #3CF3EF
Complementary color
Monochromatic Colors of #3CF3EF
Black with #3CF3EF
Text Example
Text Example
White with #3CF3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF3EF; }
p { color: rgb(60,243,239); }
H1.HeaderClassName
{
color: #3CF3EF;
}
.AnyTagClassName
{
color: #3CF3EF;
}
</style>
background-color css
<style>
a { background-color: #3CF3EF; }
a { background-color: rgb(60,243,239); }
div.DivClassName
{
background-color: #3CF3EF;
}
.BgClassName
{
background-color: #3CF3EF;
}
</style>
border-color css
<style>
span { border-color: #3CF3EF; }
span { border-color: rgb(60,243,239); }
td.TdClassName
{
border-color: #3CF3EF;
}
.TagClassName
{
border-color: #3CF3EF;
}
</style>