Shades of Turquoise #3FE2EF
Tints of Turquoise #3FE2EF
RGB
CMYK
RGB Variations
Color information
#3FE2EF (or 0x3FE2EF) is known color: Turquoise. HEX triplet: 3F, E2 and EF. RGB value is (63,226,239). Sum of RGB (Red+Green+Blue) = 63+226+239=528 (69% of max value = 765). Red value is 63 (25% from 255 or 11.93% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FE2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE2EF is #C01D10. Grayscale: #B2B2B2. Windows color (decimal): -12590353 or 15721023. OLE color: 15721023.
HSL color Cylindrical-coordinate representation of color #3FE2EF: hue angle of 184.43º 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 #3FE2EF is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 226 | 239 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.06 |
| HSL | 184.43º | 0.85% | 0.59% | - |
| HSV(B) | 184.43º | 0.74% | 0.94% | - |
| XYZ | 44.83 | 61.68 | 91.2 | - |
| YUV | 178.75 | 162 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 226 | 239 | 0.74 | 0.05 | 0 | 0.06 | 184.43 | 0.85 | 0.59 |
| Hex | 3F | E2 | EF | 4A | 5 | 0 | 6 | B8 | 55 | 3B |
| Octal | 77 | 342 | 357 | 112 | 5 | 0 | 6 | 270 | 125 | 73 |
| Binary | 111111 | 11100010 | 11101111 | 1001010 | 101 | 0 | 110 | 10111000 | 1010101 | 111011 |
Color Harmonies of #3FE2EF
Complementary color
Monochromatic Colors of #3FE2EF
Black with #3FE2EF
Text Example
Text Example
White with #3FE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE2EF; }
p { color: rgb(63,226,239); }
H1.HeaderClassName
{
color: #3FE2EF;
}
.AnyTagClassName
{
color: #3FE2EF;
}
</style>
background-color css
<style>
a { background-color: #3FE2EF; }
a { background-color: rgb(63,226,239); }
div.DivClassName
{
background-color: #3FE2EF;
}
.BgClassName
{
background-color: #3FE2EF;
}
</style>
border-color css
<style>
span { border-color: #3FE2EF; }
span { border-color: rgb(63,226,239); }
td.TdClassName
{
border-color: #3FE2EF;
}
.TagClassName
{
border-color: #3FE2EF;
}
</style>