Shades of Turquoise #3FEFF7
Tints of Turquoise #3FEFF7
RGB
CMYK
RGB Variations
Color information
#3FEFF7 (or 0x3FEFF7) is known color: Turquoise. HEX triplet: 3F, EF and F7. RGB value is (63,239,247). Sum of RGB (Red+Green+Blue) = 63+239+247=549 (72% of max value = 765). Red value is 63 (25% from 255 or 11.48% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #3FEFF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEFF7 is #C01008. Grayscale: #BBBBBB. Windows color (decimal): -12587017 or 16248639. OLE color: 16248639.
HSL color Cylindrical-coordinate representation of color #3FEFF7: hue angle of 182.61º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEFF7 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 239 | 247 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.03 |
| HSL | 182.61º | 0.92% | 0.61% | - |
| HSV(B) | 182.61º | 0.74% | 0.97% | - |
| XYZ | 49.7 | 69.51 | 98.79 | - |
| YUV | 187.29 | 161.69 | 39.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 247 | 0.74 | 0.03 | 0 | 0.03 | 182.61 | 0.92 | 0.61 |
| Hex | 3F | EF | F7 | 4A | 3 | 0 | 3 | B7 | 5C | 3D |
| Octal | 77 | 357 | 367 | 112 | 3 | 0 | 3 | 267 | 134 | 75 |
| Binary | 111111 | 11101111 | 11110111 | 1001010 | 11 | 0 | 11 | 10110111 | 1011100 | 111101 |
Color Harmonies of #3FEFF7
Complementary color
Monochromatic Colors of #3FEFF7
Black with #3FEFF7
Text Example
Text Example
White with #3FEFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFF7; }
p { color: rgb(63,239,247); }
H1.HeaderClassName
{
color: #3FEFF7;
}
.AnyTagClassName
{
color: #3FEFF7;
}
</style>
background-color css
<style>
a { background-color: #3FEFF7; }
a { background-color: rgb(63,239,247); }
div.DivClassName
{
background-color: #3FEFF7;
}
.BgClassName
{
background-color: #3FEFF7;
}
</style>
border-color css
<style>
span { border-color: #3FEFF7; }
span { border-color: rgb(63,239,247); }
td.TdClassName
{
border-color: #3FEFF7;
}
.TagClassName
{
border-color: #3FEFF7;
}
</style>