Shades of Medium Turquoise #3FCACE
Tints of Medium Turquoise #3FCACE
RGB
CMYK
RGB Variations
Color information
#3FCACE (or 0x3FCACE) is known color: Medium Turquoise. HEX triplet: 3F, CA and CE. RGB value is (63,202,206). Sum of RGB (Red+Green+Blue) = 63+202+206=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #3FCACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCACE is #C03531. Grayscale: #A0A0A0. Windows color (decimal): -12596530 or 13552191. OLE color: 13552191.
HSL color Cylindrical-coordinate representation of color #3FCACE: hue angle of 181.68º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCACE is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 202 | 206 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.19 |
| HSL | 181.68º | 0.59% | 0.53% | - |
| HSV(B) | 181.68º | 0.69% | 0.81% | - |
| XYZ | 34.31 | 47.75 | 65.8 | - |
| YUV | 160.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 206 | 0.69 | 0.02 | 0 | 0.19 | 181.68 | 0.59 | 0.53 |
| Hex | 3F | CA | CE | 45 | 2 | 0 | 13 | B6 | 3B | 35 |
| Octal | 77 | 312 | 316 | 105 | 2 | 0 | 23 | 266 | 73 | 65 |
| Binary | 111111 | 11001010 | 11001110 | 1000101 | 10 | 0 | 10011 | 10110110 | 111011 | 110101 |
Color Harmonies of #3FCACE
Complementary color
Monochromatic Colors of #3FCACE
Black with #3FCACE
Text Example
Text Example
White with #3FCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCACE; }
p { color: rgb(63,202,206); }
H1.HeaderClassName
{
color: #3FCACE;
}
.AnyTagClassName
{
color: #3FCACE;
}
</style>
background-color css
<style>
a { background-color: #3FCACE; }
a { background-color: rgb(63,202,206); }
div.DivClassName
{
background-color: #3FCACE;
}
.BgClassName
{
background-color: #3FCACE;
}
</style>
border-color css
<style>
span { border-color: #3FCACE; }
span { border-color: rgb(63,202,206); }
td.TdClassName
{
border-color: #3FCACE;
}
.TagClassName
{
border-color: #3FCACE;
}
</style>