Shades of Turquoise #3FEBF0
Tints of Turquoise #3FEBF0
RGB
CMYK
RGB Variations
Color information
#3FEBF0 (or 0x3FEBF0) is known color: Turquoise. HEX triplet: 3F, EB and F0. RGB value is (63,235,240). Sum of RGB (Red+Green+Blue) = 63+235+240=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #3FEBF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEBF0 is #C0140F. Grayscale: #B7B7B7. Windows color (decimal): -12588048 or 15788863. OLE color: 15788863.
HSL color Cylindrical-coordinate representation of color #3FEBF0: hue angle of 181.69º degrees, saturation: 0.86, 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 #3FEBF0 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 235 | 240 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.06 |
| HSL | 181.69º | 0.86% | 0.59% | - |
| HSV(B) | 181.69º | 0.74% | 0.94% | - |
| XYZ | 47.49 | 66.76 | 92.82 | - |
| YUV | 184.14 | 159.52 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 240 | 0.74 | 0.02 | 0 | 0.06 | 181.69 | 0.86 | 0.59 |
| Hex | 3F | EB | F0 | 4A | 2 | 0 | 6 | B6 | 56 | 3B |
| Octal | 77 | 353 | 360 | 112 | 2 | 0 | 6 | 266 | 126 | 73 |
| Binary | 111111 | 11101011 | 11110000 | 1001010 | 10 | 0 | 110 | 10110110 | 1010110 | 111011 |
Color Harmonies of #3FEBF0
Complementary color
Monochromatic Colors of #3FEBF0
Black with #3FEBF0
Text Example
Text Example
White with #3FEBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEBF0; }
p { color: rgb(63,235,240); }
H1.HeaderClassName
{
color: #3FEBF0;
}
.AnyTagClassName
{
color: #3FEBF0;
}
</style>
background-color css
<style>
a { background-color: #3FEBF0; }
a { background-color: rgb(63,235,240); }
div.DivClassName
{
background-color: #3FEBF0;
}
.BgClassName
{
background-color: #3FEBF0;
}
</style>
border-color css
<style>
span { border-color: #3FEBF0; }
span { border-color: rgb(63,235,240); }
td.TdClassName
{
border-color: #3FEBF0;
}
.TagClassName
{
border-color: #3FEBF0;
}
</style>