Shades of Turquoise #3FF6C5
Tints of Turquoise #3FF6C5
RGB
CMYK
RGB Variations
Color information
#3FF6C5 (or 0x3FF6C5) is known color: Turquoise. HEX triplet: 3F, F6 and C5. RGB value is (63,246,197). Sum of RGB (Red+Green+Blue) = 63+246+197=506 (67% of max value = 765). Red value is 63 (25% from 255 or 12.45% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF6C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF6C5 is #C0093A. Grayscale: #B9B9B9. Windows color (decimal): -12585275 or 12973631. OLE color: 12973631.
HSL color Cylindrical-coordinate representation of color #3FF6C5: hue angle of 163.93º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF6C5 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 197 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.04 |
| HSL | 163.93º | 0.91% | 0.61% | - |
| HSV(B) | 163.93º | 0.74% | 0.96% | - |
| XYZ | 45.08 | 71 | 64.15 | - |
| YUV | 185.7 | 134.37 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 197 | 0.74 | 0 | 0.20 | 0.04 | 163.93 | 0.91 | 0.61 |
| Hex | 3F | F6 | C5 | 4A | 0 | 14 | 4 | A4 | 5B | 3D |
| Octal | 77 | 366 | 305 | 112 | 0 | 24 | 4 | 244 | 133 | 75 |
| Binary | 111111 | 11110110 | 11000101 | 1001010 | 0 | 10100 | 100 | 10100100 | 1011011 | 111101 |
Color Harmonies of #3FF6C5
Complementary color
Monochromatic Colors of #3FF6C5
Black with #3FF6C5
Text Example
Text Example
White with #3FF6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF6C5; }
p { color: rgb(63,246,197); }
H1.HeaderClassName
{
color: #3FF6C5;
}
.AnyTagClassName
{
color: #3FF6C5;
}
</style>
background-color css
<style>
a { background-color: #3FF6C5; }
a { background-color: rgb(63,246,197); }
div.DivClassName
{
background-color: #3FF6C5;
}
.BgClassName
{
background-color: #3FF6C5;
}
</style>
border-color css
<style>
span { border-color: #3FF6C5; }
span { border-color: rgb(63,246,197); }
td.TdClassName
{
border-color: #3FF6C5;
}
.TagClassName
{
border-color: #3FF6C5;
}
</style>