Shades of Medium Turquoise #3FCADE
Tints of Medium Turquoise #3FCADE
RGB
CMYK
RGB Variations
Color information
#3FCADE (or 0x3FCADE) is known color: Medium Turquoise. HEX triplet: 3F, CA and DE. RGB value is (63,202,222). Sum of RGB (Red+Green+Blue) = 63+202+222=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #3FCADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCADE is #C03521. Grayscale: #A2A2A2. Windows color (decimal): -12596514 or 14600767. OLE color: 14600767.
HSL color Cylindrical-coordinate representation of color #3FCADE: hue angle of 187.55º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FCADE is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 202 | 222 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.13 |
| HSL | 187.55º | 0.71% | 0.56% | - |
| HSV(B) | 187.55º | 0.72% | 0.87% | - |
| XYZ | 36.36 | 48.57 | 76.57 | - |
| YUV | 162.72 | 161.45 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 222 | 0.72 | 0.09 | 0 | 0.13 | 187.55 | 0.71 | 0.56 |
| Hex | 3F | CA | DE | 48 | 9 | 0 | D | BC | 47 | 38 |
| Octal | 77 | 312 | 336 | 110 | 11 | 0 | 15 | 274 | 107 | 70 |
| Binary | 111111 | 11001010 | 11011110 | 1001000 | 1001 | 0 | 1101 | 10111100 | 1000111 | 111000 |
Color Harmonies of #3FCADE
Complementary color
Monochromatic Colors of #3FCADE
Black with #3FCADE
Text Example
Text Example
White with #3FCADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCADE; }
p { color: rgb(63,202,222); }
H1.HeaderClassName
{
color: #3FCADE;
}
.AnyTagClassName
{
color: #3FCADE;
}
</style>
background-color css
<style>
a { background-color: #3FCADE; }
a { background-color: rgb(63,202,222); }
div.DivClassName
{
background-color: #3FCADE;
}
.BgClassName
{
background-color: #3FCADE;
}
</style>
border-color css
<style>
span { border-color: #3FCADE; }
span { border-color: rgb(63,202,222); }
td.TdClassName
{
border-color: #3FCADE;
}
.TagClassName
{
border-color: #3FCADE;
}
</style>