Shades of Medium Turquoise #3FCFDA
Tints of Medium Turquoise #3FCFDA
RGB
CMYK
RGB Variations
Color information
#3FCFDA (or 0x3FCFDA) is known color: Medium Turquoise. HEX triplet: 3F, CF and DA. RGB value is (63,207,218). Sum of RGB (Red+Green+Blue) = 63+207+218=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FCFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFDA is #C03025. Grayscale: #A5A5A5. Windows color (decimal): -12595238 or 14339903. OLE color: 14339903.
HSL color Cylindrical-coordinate representation of color #3FCFDA: hue angle of 184.26º 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 #3FCFDA is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 207 | 218 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.15 |
| HSL | 184.26º | 0.68% | 0.55% | - |
| HSV(B) | 184.26º | 0.71% | 0.85% | - |
| XYZ | 37.02 | 50.74 | 74.17 | - |
| YUV | 165.2 | 157.79 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 218 | 0.71 | 0.05 | 0 | 0.15 | 184.26 | 0.68 | 0.55 |
| Hex | 3F | CF | DA | 47 | 5 | 0 | F | B8 | 44 | 37 |
| Octal | 77 | 317 | 332 | 107 | 5 | 0 | 17 | 270 | 104 | 67 |
| Binary | 111111 | 11001111 | 11011010 | 1000111 | 101 | 0 | 1111 | 10111000 | 1000100 | 110111 |
Color Harmonies of #3FCFDA
Complementary color
Monochromatic Colors of #3FCFDA
Black with #3FCFDA
Text Example
Text Example
White with #3FCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFDA; }
p { color: rgb(63,207,218); }
H1.HeaderClassName
{
color: #3FCFDA;
}
.AnyTagClassName
{
color: #3FCFDA;
}
</style>
background-color css
<style>
a { background-color: #3FCFDA; }
a { background-color: rgb(63,207,218); }
div.DivClassName
{
background-color: #3FCFDA;
}
.BgClassName
{
background-color: #3FCFDA;
}
</style>
border-color css
<style>
span { border-color: #3FCFDA; }
span { border-color: rgb(63,207,218); }
td.TdClassName
{
border-color: #3FCFDA;
}
.TagClassName
{
border-color: #3FCFDA;
}
</style>