Shades of Turquoise #3BF1C4
Tints of Turquoise #3BF1C4
RGB
CMYK
RGB Variations
Color information
#3BF1C4 (or 0x3BF1C4) is known color: Turquoise. HEX triplet: 3B, F1 and C4. RGB value is (59,241,196). Sum of RGB (Red+Green+Blue) = 59+241+196=496 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.90% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF1C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF1C4 is #C40E3B. Grayscale: #B5B5B5. Windows color (decimal): -12848700 or 12906811. OLE color: 12906811.
HSL color Cylindrical-coordinate representation of color #3BF1C4: hue angle of 165.16º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF1C4 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 241 | 196 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.05 |
| HSL | 165.16º | 0.87% | 0.59% | - |
| HSV(B) | 165.16º | 0.76% | 0.95% | - |
| XYZ | 43.22 | 67.83 | 63.04 | - |
| YUV | 181.45 | 136.2 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 196 | 0.76 | 0 | 0.19 | 0.05 | 165.16 | 0.87 | 0.59 |
| Hex | 3B | F1 | C4 | 4C | 0 | 13 | 5 | A5 | 57 | 3B |
| Octal | 73 | 361 | 304 | 114 | 0 | 23 | 5 | 245 | 127 | 73 |
| Binary | 111011 | 11110001 | 11000100 | 1001100 | 0 | 10011 | 101 | 10100101 | 1010111 | 111011 |
Color Harmonies of #3BF1C4
Complementary color
Monochromatic Colors of #3BF1C4
Black with #3BF1C4
Text Example
Text Example
White with #3BF1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF1C4; }
p { color: rgb(59,241,196); }
H1.HeaderClassName
{
color: #3BF1C4;
}
.AnyTagClassName
{
color: #3BF1C4;
}
</style>
background-color css
<style>
a { background-color: #3BF1C4; }
a { background-color: rgb(59,241,196); }
div.DivClassName
{
background-color: #3BF1C4;
}
.BgClassName
{
background-color: #3BF1C4;
}
</style>
border-color css
<style>
span { border-color: #3BF1C4; }
span { border-color: rgb(59,241,196); }
td.TdClassName
{
border-color: #3BF1C4;
}
.TagClassName
{
border-color: #3BF1C4;
}
</style>