Shades of Turquoise #3FEFF2
Tints of Turquoise #3FEFF2
RGB
CMYK
RGB Variations
Color information
#3FEFF2 (or 0x3FEFF2) is known color: Turquoise. HEX triplet: 3F, EF and F2. RGB value is (63,239,242). Sum of RGB (Red+Green+Blue) = 63+239+242=544 (72% of max value = 765). Red value is 63 (25% from 255 or 11.58% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #3FEFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEFF2 is #C0100D. Grayscale: #BABABA. Windows color (decimal): -12587022 or 15920959. OLE color: 15920959.
HSL color Cylindrical-coordinate representation of color #3FEFF2: hue angle of 181.01º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEFF2 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 239 | 242 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.05 |
| HSL | 181.01º | 0.87% | 0.6% | - |
| HSV(B) | 181.01º | 0.74% | 0.95% | - |
| XYZ | 48.94 | 69.2 | 94.78 | - |
| YUV | 186.72 | 159.19 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 242 | 0.74 | 0.01 | 0 | 0.05 | 181.01 | 0.87 | 0.6 |
| Hex | 3F | EF | F2 | 4A | 1 | 0 | 5 | B5 | 57 | 3C |
| Octal | 77 | 357 | 362 | 112 | 1 | 0 | 5 | 265 | 127 | 74 |
| Binary | 111111 | 11101111 | 11110010 | 1001010 | 1 | 0 | 101 | 10110101 | 1010111 | 111100 |
Color Harmonies of #3FEFF2
Complementary color
Monochromatic Colors of #3FEFF2
Black with #3FEFF2
Text Example
Text Example
White with #3FEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFF2; }
p { color: rgb(63,239,242); }
H1.HeaderClassName
{
color: #3FEFF2;
}
.AnyTagClassName
{
color: #3FEFF2;
}
</style>
background-color css
<style>
a { background-color: #3FEFF2; }
a { background-color: rgb(63,239,242); }
div.DivClassName
{
background-color: #3FEFF2;
}
.BgClassName
{
background-color: #3FEFF2;
}
</style>
border-color css
<style>
span { border-color: #3FEFF2; }
span { border-color: rgb(63,239,242); }
td.TdClassName
{
border-color: #3FEFF2;
}
.TagClassName
{
border-color: #3FEFF2;
}
</style>