Shades of Medium Turquoise #3FCADA
Tints of Medium Turquoise #3FCADA
RGB
CMYK
RGB Variations
Color information
#3FCADA (or 0x3FCADA) is known color: Medium Turquoise. HEX triplet: 3F, CA and DA. RGB value is (63,202,218). Sum of RGB (Red+Green+Blue) = 63+202+218=483 (63% of max value = 765). Red value is 63 (25% from 255 or 13.04% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FCADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCADA is #C03525. Grayscale: #A2A2A2. Windows color (decimal): -12596518 or 14338623. OLE color: 14338623.
HSL color Cylindrical-coordinate representation of color #3FCADA: hue angle of 186.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FCADA is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 202 | 218 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.15 |
| HSL | 186.19º | 0.68% | 0.55% | - |
| HSV(B) | 186.19º | 0.71% | 0.85% | - |
| XYZ | 35.83 | 48.36 | 73.78 | - |
| YUV | 162.26 | 159.45 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 218 | 0.71 | 0.07 | 0 | 0.15 | 186.19 | 0.68 | 0.55 |
| Hex | 3F | CA | DA | 47 | 7 | 0 | F | BA | 44 | 37 |
| Octal | 77 | 312 | 332 | 107 | 7 | 0 | 17 | 272 | 104 | 67 |
| Binary | 111111 | 11001010 | 11011010 | 1000111 | 111 | 0 | 1111 | 10111010 | 1000100 | 110111 |
Color Harmonies of #3FCADA
Complementary color
Monochromatic Colors of #3FCADA
Black with #3FCADA
Text Example
Text Example
White with #3FCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCADA; }
p { color: rgb(63,202,218); }
H1.HeaderClassName
{
color: #3FCADA;
}
.AnyTagClassName
{
color: #3FCADA;
}
</style>
background-color css
<style>
a { background-color: #3FCADA; }
a { background-color: rgb(63,202,218); }
div.DivClassName
{
background-color: #3FCADA;
}
.BgClassName
{
background-color: #3FCADA;
}
</style>
border-color css
<style>
span { border-color: #3FCADA; }
span { border-color: rgb(63,202,218); }
td.TdClassName
{
border-color: #3FCADA;
}
.TagClassName
{
border-color: #3FCADA;
}
</style>