Shades of Turquoise #3FE0FC
Tints of Turquoise #3FE0FC
RGB
CMYK
RGB Variations
Color information
#3FE0FC (or 0x3FE0FC) is known color: Turquoise. HEX triplet: 3F, E0 and FC. RGB value is (63,224,252). Sum of RGB (Red+Green+Blue) = 63+224+252=539 (71% of max value = 765). Red value is 63 (25% from 255 or 11.69% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FE0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE0FC is #C01F03. Grayscale: #B2B2B2. Windows color (decimal): -12590852 or 16572479. OLE color: 16572479.
HSL color Cylindrical-coordinate representation of color #3FE0FC: hue angle of 188.89º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FE0FC is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 224 | 252 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.01 |
| HSL | 188.89º | 0.97% | 0.62% | - |
| HSV(B) | 188.89º | 0.75% | 0.99% | - |
| XYZ | 46.28 | 61.4 | 101.51 | - |
| YUV | 179.05 | 169.16 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 252 | 0.75 | 0.11 | 0 | 0.01 | 188.89 | 0.97 | 0.62 |
| Hex | 3F | E0 | FC | 4B | B | 0 | 1 | BD | 61 | 3E |
| Octal | 77 | 340 | 374 | 113 | 13 | 0 | 1 | 275 | 141 | 76 |
| Binary | 111111 | 11100000 | 11111100 | 1001011 | 1011 | 0 | 1 | 10111101 | 1100001 | 111110 |
Color Harmonies of #3FE0FC
Complementary color
Monochromatic Colors of #3FE0FC
Black with #3FE0FC
Text Example
Text Example
White with #3FE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE0FC; }
p { color: rgb(63,224,252); }
H1.HeaderClassName
{
color: #3FE0FC;
}
.AnyTagClassName
{
color: #3FE0FC;
}
</style>
background-color css
<style>
a { background-color: #3FE0FC; }
a { background-color: rgb(63,224,252); }
div.DivClassName
{
background-color: #3FE0FC;
}
.BgClassName
{
background-color: #3FE0FC;
}
</style>
border-color css
<style>
span { border-color: #3FE0FC; }
span { border-color: rgb(63,224,252); }
td.TdClassName
{
border-color: #3FE0FC;
}
.TagClassName
{
border-color: #3FE0FC;
}
</style>