Shades of Turquoise #3FFFF3
Tints of Turquoise #3FFFF3
RGB
CMYK
RGB Variations
Color information
#3FFFF3 (or 0x3FFFF3) is known color: Turquoise. HEX triplet: 3F, FF and F3. RGB value is (63,255,243). Sum of RGB (Red+Green+Blue) = 63+255+243=561 (74% of max value = 765). Red value is 63 (25% from 255 or 11.23% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFFF3 is #C0000C. Grayscale: #C4C4C4. Windows color (decimal): -12582925 or 15990591. OLE color: 15990591.
HSL color Cylindrical-coordinate representation of color #3FFFF3: hue angle of 176.25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFF3 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 243 | - |
| CMYK | 0.75 | 0 | 0.05 | 0 |
| HSL | 176.25º | 1% | 0.62% | - |
| HSV(B) | 176.25º | 0.75% | 1% | - |
| XYZ | 53.99 | 79.05 | 97.21 | - |
| YUV | 196.22 | 154.39 | 32.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 243 | 0.75 | 0 | 0.05 | 0 | 176.25 | 1 | 0.62 |
| Hex | 3F | FF | F3 | 4B | 0 | 5 | 0 | B0 | 64 | 3E |
| Octal | 77 | 377 | 363 | 113 | 0 | 5 | 0 | 260 | 144 | 76 |
| Binary | 111111 | 11111111 | 11110011 | 1001011 | 0 | 101 | 0 | 10110000 | 1100100 | 111110 |
Color Harmonies of #3FFFF3
Complementary color
Monochromatic Colors of #3FFFF3
Black with #3FFFF3
Text Example
Text Example
White with #3FFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFF3; }
p { color: rgb(63,255,243); }
H1.HeaderClassName
{
color: #3FFFF3;
}
.AnyTagClassName
{
color: #3FFFF3;
}
</style>
background-color css
<style>
a { background-color: #3FFFF3; }
a { background-color: rgb(63,255,243); }
div.DivClassName
{
background-color: #3FFFF3;
}
.BgClassName
{
background-color: #3FFFF3;
}
</style>
border-color css
<style>
span { border-color: #3FFFF3; }
span { border-color: rgb(63,255,243); }
td.TdClassName
{
border-color: #3FFFF3;
}
.TagClassName
{
border-color: #3FFFF3;
}
</style>