Shades of Medium Turquoise #3FBFC4
Tints of Medium Turquoise #3FBFC4
RGB
CMYK
RGB Variations
Color information
#3FBFC4 (or 0x3FBFC4) is known color: Medium Turquoise. HEX triplet: 3F, BF and C4. RGB value is (63,191,196). Sum of RGB (Red+Green+Blue) = 63+191+196=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 196 - color contains mainly: blue. Hex color #3FBFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBFC4 is #C0403B. Grayscale: #999999. Windows color (decimal): -12599356 or 12894015. OLE color: 12894015.
HSL color Cylindrical-coordinate representation of color #3FBFC4: hue angle of 182.26º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FBFC4 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 191 | 196 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.23 |
| HSL | 182.26º | 0.53% | 0.51% | - |
| HSV(B) | 182.26º | 0.68% | 0.77% | - |
| XYZ | 30.64 | 42.3 | 58.77 | - |
| YUV | 153.3 | 152.09 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 196 | 0.68 | 0.03 | 0 | 0.23 | 182.26 | 0.53 | 0.51 |
| Hex | 3F | BF | C4 | 44 | 3 | 0 | 17 | B6 | 35 | 33 |
| Octal | 77 | 277 | 304 | 104 | 3 | 0 | 27 | 266 | 65 | 63 |
| Binary | 111111 | 10111111 | 11000100 | 1000100 | 11 | 0 | 10111 | 10110110 | 110101 | 110011 |
Color Harmonies of #3FBFC4
Complementary color
Monochromatic Colors of #3FBFC4
Black with #3FBFC4
Text Example
Text Example
White with #3FBFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBFC4; }
p { color: rgb(63,191,196); }
H1.HeaderClassName
{
color: #3FBFC4;
}
.AnyTagClassName
{
color: #3FBFC4;
}
</style>
background-color css
<style>
a { background-color: #3FBFC4; }
a { background-color: rgb(63,191,196); }
div.DivClassName
{
background-color: #3FBFC4;
}
.BgClassName
{
background-color: #3FBFC4;
}
</style>
border-color css
<style>
span { border-color: #3FBFC4; }
span { border-color: rgb(63,191,196); }
td.TdClassName
{
border-color: #3FBFC4;
}
.TagClassName
{
border-color: #3FBFC4;
}
</style>