Shades of Turquoise #3FE9EF
Tints of Turquoise #3FE9EF
RGB
CMYK
RGB Variations
Color information
#3FE9EF (or 0x3FE9EF) is known color: Turquoise. HEX triplet: 3F, E9 and EF. RGB value is (63,233,239). Sum of RGB (Red+Green+Blue) = 63+233+239=535 (70% of max value = 765). Red value is 63 (25% from 255 or 11.78% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FE9EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FE9EF is #C01610. Grayscale: #B6B6B6. Windows color (decimal): -12588561 or 15722815. OLE color: 15722815.
HSL color Cylindrical-coordinate representation of color #3FE9EF: hue angle of 182.05º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FE9EF is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 233 | 239 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.06 |
| HSL | 182.05º | 0.85% | 0.59% | - |
| HSV(B) | 182.05º | 0.74% | 0.94% | - |
| XYZ | 46.77 | 65.57 | 91.85 | - |
| YUV | 182.85 | 159.68 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 233 | 239 | 0.74 | 0.03 | 0 | 0.06 | 182.05 | 0.85 | 0.59 |
| Hex | 3F | E9 | EF | 4A | 3 | 0 | 6 | B6 | 55 | 3B |
| Octal | 77 | 351 | 357 | 112 | 3 | 0 | 6 | 266 | 125 | 73 |
| Binary | 111111 | 11101001 | 11101111 | 1001010 | 11 | 0 | 110 | 10110110 | 1010101 | 111011 |
Color Harmonies of #3FE9EF
Complementary color
Monochromatic Colors of #3FE9EF
Black with #3FE9EF
Text Example
Text Example
White with #3FE9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE9EF; }
p { color: rgb(63,233,239); }
H1.HeaderClassName
{
color: #3FE9EF;
}
.AnyTagClassName
{
color: #3FE9EF;
}
</style>
background-color css
<style>
a { background-color: #3FE9EF; }
a { background-color: rgb(63,233,239); }
div.DivClassName
{
background-color: #3FE9EF;
}
.BgClassName
{
background-color: #3FE9EF;
}
</style>
border-color css
<style>
span { border-color: #3FE9EF; }
span { border-color: rgb(63,233,239); }
td.TdClassName
{
border-color: #3FE9EF;
}
.TagClassName
{
border-color: #3FE9EF;
}
</style>