Shades of Medium Turquoise #3FCFE9
Tints of Medium Turquoise #3FCFE9
RGB
CMYK
RGB Variations
Color information
#3FCFE9 (or 0x3FCFE9) is known color: Medium Turquoise. HEX triplet: 3F, CF and E9. RGB value is (63,207,233). Sum of RGB (Red+Green+Blue) = 63+207+233=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #3FCFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCFE9 is #C03016. Grayscale: #A6A6A6. Windows color (decimal): -12595223 or 15322943. OLE color: 15322943.
HSL color Cylindrical-coordinate representation of color #3FCFE9: hue angle of 189.18º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FCFE9 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 207 | 233 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.09 |
| HSL | 189.18º | 0.79% | 0.58% | - |
| HSV(B) | 189.18º | 0.73% | 0.91% | - |
| XYZ | 39.07 | 51.57 | 84.98 | - |
| YUV | 166.91 | 165.29 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 233 | 0.73 | 0.11 | 0 | 0.09 | 189.18 | 0.79 | 0.58 |
| Hex | 3F | CF | E9 | 49 | B | 0 | 9 | BD | 4F | 3A |
| Octal | 77 | 317 | 351 | 111 | 13 | 0 | 11 | 275 | 117 | 72 |
| Binary | 111111 | 11001111 | 11101001 | 1001001 | 1011 | 0 | 1001 | 10111101 | 1001111 | 111010 |
Color Harmonies of #3FCFE9
Complementary color
Monochromatic Colors of #3FCFE9
Black with #3FCFE9
Text Example
Text Example
White with #3FCFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFE9; }
p { color: rgb(63,207,233); }
H1.HeaderClassName
{
color: #3FCFE9;
}
.AnyTagClassName
{
color: #3FCFE9;
}
</style>
background-color css
<style>
a { background-color: #3FCFE9; }
a { background-color: rgb(63,207,233); }
div.DivClassName
{
background-color: #3FCFE9;
}
.BgClassName
{
background-color: #3FCFE9;
}
</style>
border-color css
<style>
span { border-color: #3FCFE9; }
span { border-color: rgb(63,207,233); }
td.TdClassName
{
border-color: #3FCFE9;
}
.TagClassName
{
border-color: #3FCFE9;
}
</style>