Shades of Turquoise #3CF8BB
Tints of Turquoise #3CF8BB
RGB
CMYK
RGB Variations
Color information
#3CF8BB (or 0x3CF8BB) is known color: Turquoise. HEX triplet: 3C, F8 and BB. RGB value is (60,248,187). Sum of RGB (Red+Green+Blue) = 60+248+187=495 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.12% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF8BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF8BB is #C30744. Grayscale: #B8B8B8. Windows color (decimal): -12781381 or 12318780. OLE color: 12318780.
HSL color Cylindrical-coordinate representation of color #3CF8BB: hue angle of 160.53º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF8BB is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 187 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.03 |
| HSL | 160.53º | 0.93% | 0.6% | - |
| HSV(B) | 160.53º | 0.76% | 0.97% | - |
| XYZ | 44.4 | 71.68 | 58.51 | - |
| YUV | 184.83 | 129.22 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 187 | 0.76 | 0 | 0.25 | 0.03 | 160.53 | 0.93 | 0.6 |
| Hex | 3C | F8 | BB | 4C | 0 | 19 | 3 | A1 | 5D | 3C |
| Octal | 74 | 370 | 273 | 114 | 0 | 31 | 3 | 241 | 135 | 74 |
| Binary | 111100 | 11111000 | 10111011 | 1001100 | 0 | 11001 | 11 | 10100001 | 1011101 | 111100 |
Color Harmonies of #3CF8BB
Complementary color
Monochromatic Colors of #3CF8BB
Black with #3CF8BB
Text Example
Text Example
White with #3CF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF8BB; }
p { color: rgb(60,248,187); }
H1.HeaderClassName
{
color: #3CF8BB;
}
.AnyTagClassName
{
color: #3CF8BB;
}
</style>
background-color css
<style>
a { background-color: #3CF8BB; }
a { background-color: rgb(60,248,187); }
div.DivClassName
{
background-color: #3CF8BB;
}
.BgClassName
{
background-color: #3CF8BB;
}
</style>
border-color css
<style>
span { border-color: #3CF8BB; }
span { border-color: rgb(60,248,187); }
td.TdClassName
{
border-color: #3CF8BB;
}
.TagClassName
{
border-color: #3CF8BB;
}
</style>