Shades of Turquoise #3FE2FA
Tints of Turquoise #3FE2FA
RGB
CMYK
RGB Variations
Color information
#3FE2FA (or 0x3FE2FA) is known color: Turquoise. HEX triplet: 3F, E2 and FA. RGB value is (63,226,250). Sum of RGB (Red+Green+Blue) = 63+226+250=539 (71% of max value = 765). Red value is 63 (25% from 255 or 11.69% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #3FE2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE2FA is #C01D05. Grayscale: #B3B3B3. Windows color (decimal): -12590342 or 16441919. OLE color: 16441919.
HSL color Cylindrical-coordinate representation of color #3FE2FA: hue angle of 187.7º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FE2FA is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 226 | 250 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.02 |
| HSL | 187.7º | 0.95% | 0.61% | - |
| HSV(B) | 187.7º | 0.75% | 0.98% | - |
| XYZ | 46.5 | 62.35 | 100.03 | - |
| YUV | 180 | 167.5 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 226 | 250 | 0.75 | 0.10 | 0 | 0.02 | 187.7 | 0.95 | 0.61 |
| Hex | 3F | E2 | FA | 4B | A | 0 | 2 | BC | 5F | 3D |
| Octal | 77 | 342 | 372 | 113 | 12 | 0 | 2 | 274 | 137 | 75 |
| Binary | 111111 | 11100010 | 11111010 | 1001011 | 1010 | 0 | 10 | 10111100 | 1011111 | 111101 |
Color Harmonies of #3FE2FA
Complementary color
Monochromatic Colors of #3FE2FA
Black with #3FE2FA
Text Example
Text Example
White with #3FE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE2FA; }
p { color: rgb(63,226,250); }
H1.HeaderClassName
{
color: #3FE2FA;
}
.AnyTagClassName
{
color: #3FE2FA;
}
</style>
background-color css
<style>
a { background-color: #3FE2FA; }
a { background-color: rgb(63,226,250); }
div.DivClassName
{
background-color: #3FE2FA;
}
.BgClassName
{
background-color: #3FE2FA;
}
</style>
border-color css
<style>
span { border-color: #3FE2FA; }
span { border-color: rgb(63,226,250); }
td.TdClassName
{
border-color: #3FE2FA;
}
.TagClassName
{
border-color: #3FE2FA;
}
</style>