Shades of Turquoise #3FEBEF
Tints of Turquoise #3FEBEF
RGB
CMYK
RGB Variations
Color information
#3FEBEF (or 0x3FEBEF) is known color: Turquoise. HEX triplet: 3F, EB and EF. RGB value is (63,235,239). Sum of RGB (Red+Green+Blue) = 63+235+239=537 (71% of max value = 765). Red value is 63 (25% from 255 or 11.73% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FEBEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEBEF is #C01410. Grayscale: #B7B7B7. Windows color (decimal): -12588049 or 15723327. OLE color: 15723327.
HSL color Cylindrical-coordinate representation of color #3FEBEF: hue angle of 181.36º 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 #3FEBEF is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 235 | 239 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.06 |
| HSL | 181.36º | 0.85% | 0.59% | - |
| HSV(B) | 181.36º | 0.74% | 0.94% | - |
| XYZ | 47.34 | 66.71 | 92.04 | - |
| YUV | 184.03 | 159.02 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 239 | 0.74 | 0.02 | 0 | 0.06 | 181.36 | 0.85 | 0.59 |
| Hex | 3F | EB | EF | 4A | 2 | 0 | 6 | B5 | 55 | 3B |
| Octal | 77 | 353 | 357 | 112 | 2 | 0 | 6 | 265 | 125 | 73 |
| Binary | 111111 | 11101011 | 11101111 | 1001010 | 10 | 0 | 110 | 10110101 | 1010101 | 111011 |
Color Harmonies of #3FEBEF
Complementary color
Monochromatic Colors of #3FEBEF
Black with #3FEBEF
Text Example
Text Example
White with #3FEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEBEF; }
p { color: rgb(63,235,239); }
H1.HeaderClassName
{
color: #3FEBEF;
}
.AnyTagClassName
{
color: #3FEBEF;
}
</style>
background-color css
<style>
a { background-color: #3FEBEF; }
a { background-color: rgb(63,235,239); }
div.DivClassName
{
background-color: #3FEBEF;
}
.BgClassName
{
background-color: #3FEBEF;
}
</style>
border-color css
<style>
span { border-color: #3FEBEF; }
span { border-color: rgb(63,235,239); }
td.TdClassName
{
border-color: #3FEBEF;
}
.TagClassName
{
border-color: #3FEBEF;
}
</style>