Shades of Turquoise #3FF9F0
Tints of Turquoise #3FF9F0
RGB
CMYK
RGB Variations
Color information
#3FF9F0 (or 0x3FF9F0) is known color: Turquoise. HEX triplet: 3F, F9 and F0. RGB value is (63,249,240). Sum of RGB (Red+Green+Blue) = 63+249+240=552 (73% of max value = 765). Red value is 63 (25% from 255 or 11.41% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF9F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF9F0 is #C0060F. Grayscale: #C0C0C0. Windows color (decimal): -12584464 or 15792447. OLE color: 15792447.
HSL color Cylindrical-coordinate representation of color #3FF9F0: hue angle of 177.1º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF9F0 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 249 | 240 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.02 |
| HSL | 177.1º | 0.94% | 0.61% | - |
| HSV(B) | 177.1º | 0.75% | 0.98% | - |
| XYZ | 51.65 | 75.1 | 94.21 | - |
| YUV | 192.36 | 154.88 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 249 | 240 | 0.75 | 0 | 0.04 | 0.02 | 177.1 | 0.94 | 0.61 |
| Hex | 3F | F9 | F0 | 4B | 0 | 4 | 2 | B1 | 5E | 3D |
| Octal | 77 | 371 | 360 | 113 | 0 | 4 | 2 | 261 | 136 | 75 |
| Binary | 111111 | 11111001 | 11110000 | 1001011 | 0 | 100 | 10 | 10110001 | 1011110 | 111101 |
Color Harmonies of #3FF9F0
Complementary color
Monochromatic Colors of #3FF9F0
Black with #3FF9F0
Text Example
Text Example
White with #3FF9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF9F0; }
p { color: rgb(63,249,240); }
H1.HeaderClassName
{
color: #3FF9F0;
}
.AnyTagClassName
{
color: #3FF9F0;
}
</style>
background-color css
<style>
a { background-color: #3FF9F0; }
a { background-color: rgb(63,249,240); }
div.DivClassName
{
background-color: #3FF9F0;
}
.BgClassName
{
background-color: #3FF9F0;
}
</style>
border-color css
<style>
span { border-color: #3FF9F0; }
span { border-color: rgb(63,249,240); }
td.TdClassName
{
border-color: #3FF9F0;
}
.TagClassName
{
border-color: #3FF9F0;
}
</style>