Shades of Medium Turquoise #3FC9DD
Tints of Medium Turquoise #3FC9DD
RGB
CMYK
RGB Variations
Color information
#3FC9DD (or 0x3FC9DD) is known color: Medium Turquoise. HEX triplet: 3F, C9 and DD. RGB value is (63,201,221). Sum of RGB (Red+Green+Blue) = 63+201+221=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #3FC9DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC9DD is #C03622. Grayscale: #A1A1A1. Windows color (decimal): -12596771 or 14534975. OLE color: 14534975.
HSL color Cylindrical-coordinate representation of color #3FC9DD: hue angle of 187.59º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FC9DD is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 201 | 221 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.13 |
| HSL | 187.59º | 0.7% | 0.56% | - |
| HSV(B) | 187.59º | 0.71% | 0.87% | - |
| XYZ | 35.99 | 48.05 | 75.78 | - |
| YUV | 162.02 | 161.28 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 201 | 221 | 0.71 | 0.09 | 0 | 0.13 | 187.59 | 0.7 | 0.56 |
| Hex | 3F | C9 | DD | 47 | 9 | 0 | D | BC | 46 | 38 |
| Octal | 77 | 311 | 335 | 107 | 11 | 0 | 15 | 274 | 106 | 70 |
| Binary | 111111 | 11001001 | 11011101 | 1000111 | 1001 | 0 | 1101 | 10111100 | 1000110 | 111000 |
Color Harmonies of #3FC9DD
Complementary color
Monochromatic Colors of #3FC9DD
Black with #3FC9DD
Text Example
Text Example
White with #3FC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC9DD; }
p { color: rgb(63,201,221); }
H1.HeaderClassName
{
color: #3FC9DD;
}
.AnyTagClassName
{
color: #3FC9DD;
}
</style>
background-color css
<style>
a { background-color: #3FC9DD; }
a { background-color: rgb(63,201,221); }
div.DivClassName
{
background-color: #3FC9DD;
}
.BgClassName
{
background-color: #3FC9DD;
}
</style>
border-color css
<style>
span { border-color: #3FC9DD; }
span { border-color: rgb(63,201,221); }
td.TdClassName
{
border-color: #3FC9DD;
}
.TagClassName
{
border-color: #3FC9DD;
}
</style>