Shades of Turquoise #3CF0BD
Tints of Turquoise #3CF0BD
RGB
CMYK
RGB Variations
Color information
#3CF0BD (or 0x3CF0BD) is known color: Turquoise. HEX triplet: 3C, F0 and BD. RGB value is (60,240,189). Sum of RGB (Red+Green+Blue) = 60+240+189=489 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.27% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF0BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF0BD is #C30F42. Grayscale: #B4B4B4. Windows color (decimal): -12783427 or 12447804. OLE color: 12447804.
HSL color Cylindrical-coordinate representation of color #3CF0BD: hue angle of 163º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF0BD is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 189 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.06 |
| HSL | 163º | 0.86% | 0.59% | - |
| HSV(B) | 163º | 0.75% | 0.94% | - |
| XYZ | 42.21 | 66.95 | 58.84 | - |
| YUV | 180.37 | 132.87 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 189 | 0.75 | 0 | 0.21 | 0.06 | 163 | 0.86 | 0.59 |
| Hex | 3C | F0 | BD | 4B | 0 | 15 | 6 | A3 | 56 | 3B |
| Octal | 74 | 360 | 275 | 113 | 0 | 25 | 6 | 243 | 126 | 73 |
| Binary | 111100 | 11110000 | 10111101 | 1001011 | 0 | 10101 | 110 | 10100011 | 1010110 | 111011 |
Color Harmonies of #3CF0BD
Complementary color
Monochromatic Colors of #3CF0BD
Black with #3CF0BD
Text Example
Text Example
White with #3CF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF0BD; }
p { color: rgb(60,240,189); }
H1.HeaderClassName
{
color: #3CF0BD;
}
.AnyTagClassName
{
color: #3CF0BD;
}
</style>
background-color css
<style>
a { background-color: #3CF0BD; }
a { background-color: rgb(60,240,189); }
div.DivClassName
{
background-color: #3CF0BD;
}
.BgClassName
{
background-color: #3CF0BD;
}
</style>
border-color css
<style>
span { border-color: #3CF0BD; }
span { border-color: rgb(60,240,189); }
td.TdClassName
{
border-color: #3CF0BD;
}
.TagClassName
{
border-color: #3CF0BD;
}
</style>