Shades of Turquoise #3FE5FA
Tints of Turquoise #3FE5FA
RGB
CMYK
RGB Variations
Color information
#3FE5FA (or 0x3FE5FA) is known color: Turquoise. HEX triplet: 3F, E5 and FA. RGB value is (63,229,250). Sum of RGB (Red+Green+Blue) = 63+229+250=542 (71% of max value = 765). Red value is 63 (25% from 255 or 11.62% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #3FE5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE5FA is #C01A05. Grayscale: #B5B5B5. Windows color (decimal): -12589574 or 16442687. OLE color: 16442687.
HSL color Cylindrical-coordinate representation of color #3FE5FA: hue angle of 186.74º 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 #3FE5FA is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 229 | 250 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.02 |
| HSL | 186.74º | 0.95% | 0.61% | - |
| HSV(B) | 186.74º | 0.75% | 0.98% | - |
| XYZ | 47.32 | 64 | 100.3 | - |
| YUV | 181.76 | 166.5 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 250 | 0.75 | 0.08 | 0 | 0.02 | 186.74 | 0.95 | 0.61 |
| Hex | 3F | E5 | FA | 4B | 8 | 0 | 2 | BB | 5F | 3D |
| Octal | 77 | 345 | 372 | 113 | 10 | 0 | 2 | 273 | 137 | 75 |
| Binary | 111111 | 11100101 | 11111010 | 1001011 | 1000 | 0 | 10 | 10111011 | 1011111 | 111101 |
Color Harmonies of #3FE5FA
Complementary color
Monochromatic Colors of #3FE5FA
Black with #3FE5FA
Text Example
Text Example
White with #3FE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE5FA; }
p { color: rgb(63,229,250); }
H1.HeaderClassName
{
color: #3FE5FA;
}
.AnyTagClassName
{
color: #3FE5FA;
}
</style>
background-color css
<style>
a { background-color: #3FE5FA; }
a { background-color: rgb(63,229,250); }
div.DivClassName
{
background-color: #3FE5FA;
}
.BgClassName
{
background-color: #3FE5FA;
}
</style>
border-color css
<style>
span { border-color: #3FE5FA; }
span { border-color: rgb(63,229,250); }
td.TdClassName
{
border-color: #3FE5FA;
}
.TagClassName
{
border-color: #3FE5FA;
}
</style>